diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-26 01:31:40 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-26 01:31:40 +0000 |
commit | 8c9e744005959dfd447d532bdfdb8c2fb100ddc3 (patch) | |
tree | e7ae7ec88f0c5611343cef3f5bf2caf8aa2d8c8d /cpp/src/slice2cpp/Gen.cpp | |
parent | fixes for windows (diff) | |
download | ice-8c9e744005959dfd447d532bdfdb8c2fb100ddc3.tar.bz2 ice-8c9e744005959dfd447d532bdfdb8c2fb100ddc3.tar.xz ice-8c9e744005959dfd447d532bdfdb8c2fb100ddc3.zip |
fixes for windows
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 618cfab0c71..a2f63a4e788 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -1241,7 +1241,7 @@ Slice::Gen::ObjectVisitor::visitClassDefStart(const ClassDefPtr& p) } H << sp; - H << nl << "class " << exp1 << name << "PtrE : "; + H << nl << "class " << _dllExport << name << "PtrE : "; H.useCurrentPosAsIndent(); if (bases.empty()) { |