diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-03-06 23:23:25 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-03-06 23:23:25 +0000 |
commit | a46e8e80f10974328703020a9d02eb6c00526e99 (patch) | |
tree | 58010aeb4d056add1f9f3177d1d0c60b2ca61ee2 /cpp/include/Slice/JavaUtil.h | |
parent | adding slice2freezej (diff) | |
download | ice-a46e8e80f10974328703020a9d02eb6c00526e99.tar.bz2 ice-a46e8e80f10974328703020a9d02eb6c00526e99.tar.xz ice-a46e8e80f10974328703020a9d02eb6c00526e99.zip |
win32 fixes
Diffstat (limited to 'cpp/include/Slice/JavaUtil.h')
-rw-r--r-- | cpp/include/Slice/JavaUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/JavaUtil.h b/cpp/include/Slice/JavaUtil.h index e9b92a6cf87..62cb997b439 100644 --- a/cpp/include/Slice/JavaUtil.h +++ b/cpp/include/Slice/JavaUtil.h @@ -17,7 +17,7 @@ namespace Slice { -class JavaGenerator : public ::IceUtil::noncopyable +class SLICE_API JavaGenerator : public ::IceUtil::noncopyable { public: |