summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Preprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r--cpp/include/Slice/Preprocessor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h
index 021a94e8e5e..2f7670f4705 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -33,7 +33,9 @@ public:
FILE* preprocess(bool);
bool close();
- void printMakefileDependencies(const std::string& = ".cpp");
+ enum Language { CPlusPlus, Java, CSharp };
+
+ void printMakefileDependencies(Language);
std::string getBaseName();