diff options
author | Marc Laukien <marc@zeroc.com> | 2002-10-29 19:04:00 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-10-29 19:04:00 +0000 |
commit | bda64ab89f5fae90f848758695d4c5728b30e424 (patch) | |
tree | 46171889152a100089eade14da54968fde4a77fe /cpp/include/Slice/Preprocessor.h | |
parent | Implemented connect-time handshaking. (diff) | |
download | ice-bda64ab89f5fae90f848758695d4c5728b30e424.tar.bz2 ice-bda64ab89f5fae90f848758695d4c5728b30e424.tar.xz ice-bda64ab89f5fae90f848758695d4c5728b30e424.zip |
fixes
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r-- | cpp/include/Slice/Preprocessor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h index 05342049b6f..54787d05fd0 100644 --- a/cpp/include/Slice/Preprocessor.h +++ b/cpp/include/Slice/Preprocessor.h @@ -49,7 +49,6 @@ private: const std::string _fileName; const std::string _args; FILE* _cppHandle; - }; } |