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, 2 insertions, 2 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h
index 44f7becb344..16e3aa7c1da 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -36,12 +36,12 @@ public:
~Preprocessor();
- FILE* preprocess(bool);
+ FILE* preprocess(bool, const std::string& = "");
bool close();
enum Language { CPlusPlus, Java, JavaXML, CSharp, Python, Ruby, PHP };
- bool printMakefileDependencies(Language, const std::vector<std::string>&, const std::string& = "cpp",
+ bool printMakefileDependencies(Language, const std::vector<std::string>&, const std::string& = "", const std::string& = "cpp",
const std::string& = "");
std::string getBaseName();