diff options
author | Marc Laukien <marc@zeroc.com> | 2001-06-21 18:37:42 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-06-21 18:37:42 +0000 |
commit | 079404022e997f7b7b887d236bc574cd57ec2896 (patch) | |
tree | 18db4d4face9f17cb228269749766afbb9df3c5f /cpp/src/Slice/OutputUtil.h | |
parent | fixes (diff) | |
download | ice-079404022e997f7b7b887d236bc574cd57ec2896.tar.bz2 ice-079404022e997f7b7b887d236bc574cd57ec2896.tar.xz ice-079404022e997f7b7b887d236bc574cd57ec2896.zip |
slice2html
Diffstat (limited to 'cpp/src/Slice/OutputUtil.h')
-rw-r--r-- | cpp/src/Slice/OutputUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/OutputUtil.h b/cpp/src/Slice/OutputUtil.h index b1cb95a1a4a..bd2dfae6119 100644 --- a/cpp/src/Slice/OutputUtil.h +++ b/cpp/src/Slice/OutputUtil.h @@ -31,7 +31,7 @@ extern ICE_API Separator sp; // Indent // ---------------------------------------------------------------------- -class ICE_API Output : ::__Ice::noncopyable +class ICE_API Output { public: |