summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Main.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-06-17 18:33:11 +0000
committerMark Spruiell <mes@zeroc.com>2004-06-17 18:33:11 +0000
commitcb92ae23099f332ef72b95c17747137ef9cafa8a (patch)
tree61f1dd4cf4531e12319ea667c46ae474f5c60056 /cpp/src/slice2cpp/Main.cpp
parentminor fix (diff)
downloadice-cb92ae23099f332ef72b95c17747137ef9cafa8a.tar.bz2
ice-cb92ae23099f332ef72b95c17747137ef9cafa8a.tar.xz
ice-cb92ae23099f332ef72b95c17747137ef9cafa8a.zip
bug fix
Diffstat (limited to 'cpp/src/slice2cpp/Main.cpp')
-rw-r--r--cpp/src/slice2cpp/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp
index a8dd55c3403..df62a318de1 100644
--- a/cpp/src/slice2cpp/Main.cpp
+++ b/cpp/src/slice2cpp/Main.cpp
@@ -246,7 +246,7 @@ main(int argc, char* argv[])
if(depend)
{
Preprocessor icecpp(argv[0], argv[idx], cppArgs);
- icecpp.printMakefileDependencies(Preprocessor.CPlusPlus);
+ icecpp.printMakefileDependencies(Preprocessor::CPlusPlus);
}
else
{