From cb92ae23099f332ef72b95c17747137ef9cafa8a Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Thu, 17 Jun 2004 18:33:11 +0000 Subject: bug fix --- cpp/src/slice2cpp/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Main.cpp') 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 { -- cgit v1.2.3