diff options
author | danglassey <danglassey> | 2002-10-22 13:01:49 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-22 13:01:49 +0000 |
commit | caba6ff484a20e8ddc2d4912f0edbbe9f926499c (patch) | |
tree | ad16d42b45ac7d4ff93e63b95a4b273122dbc7fb /apps/X11/VCL/property | |
parent | d16a90fac71b7e403549e78d0f14d4de9ad65111 (diff) | |
download | sword-sf-cvs-caba6ff484a20e8ddc2d4912f0edbbe9f926499c.tar.gz |
sync with crosswire 20021022-1300
Diffstat (limited to 'apps/X11/VCL/property')
-rw-r--r-- | apps/X11/VCL/property | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/X11/VCL/property b/apps/X11/VCL/property index aee9eda..1c404bd 100644 --- a/apps/X11/VCL/property +++ b/apps/X11/VCL/property @@ -3,6 +3,10 @@ #include <iostream> +using namespace std; +//using std:ostream; +//using std:istream; + template<class Context, class T> struct Property_index; template<class Context, class T> |