diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-06-17 18:33:11 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-06-17 18:33:11 +0000 |
commit | cb92ae23099f332ef72b95c17747137ef9cafa8a (patch) | |
tree | 61f1dd4cf4531e12319ea667c46ae474f5c60056 /cpp/src/slice2cpp/Main.cpp | |
parent | minor fix (diff) | |
download | ice-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.cpp | 2 |
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 { |