diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-02-17 15:45:06 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-02-17 15:45:06 +0000 |
commit | 34d636ed9b3d2517085f2b42c5d8b983497e1aa0 (patch) | |
tree | e7be3566f20be0a82a3abc03195fe6f513583f51 /cpp/src/IcePatch2/FileServerI.cpp | |
parent | adding a TODO comment (diff) | |
download | ice-34d636ed9b3d2517085f2b42c5d8b983497e1aa0.tar.bz2 ice-34d636ed9b3d2517085f2b42c5d8b983497e1aa0.tar.xz ice-34d636ed9b3d2517085f2b42c5d8b983497e1aa0.zip |
AIX fixes
Diffstat (limited to 'cpp/src/IcePatch2/FileServerI.cpp')
-rw-r--r-- | cpp/src/IcePatch2/FileServerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/FileServerI.cpp b/cpp/src/IcePatch2/FileServerI.cpp index 90188d33a3b..ae1099f3e3b 100644 --- a/cpp/src/IcePatch2/FileServerI.cpp +++ b/cpp/src/IcePatch2/FileServerI.cpp @@ -23,7 +23,7 @@ using namespace Ice; using namespace IcePatch2; IcePatch2::FileServerI::FileServerI(const std::string& dataDir, const FileInfoSeq& infoSeq) : - _dataDir(dataDir) + _dataDir(dataDir), _tree0(FileTree0()) { FileTree0& tree0 = const_cast<FileTree0&>(_tree0); getFileTree0(infoSeq, tree0); |