summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/FileServerI.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-02-17 15:45:06 +0000
committerMark Spruiell <mes@zeroc.com>2005-02-17 15:45:06 +0000
commit34d636ed9b3d2517085f2b42c5d8b983497e1aa0 (patch)
treee7be3566f20be0a82a3abc03195fe6f513583f51 /cpp/src/IcePatch2/FileServerI.cpp
parentadding a TODO comment (diff)
downloadice-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.cpp2
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);