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 8a8faea76dc..d77d4d0ea14 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -41,8 +41,8 @@ public:
enum Language { CPlusPlus, Java, JavaXML, CSharp, Python, Ruby, PHP, JS };
- bool printMakefileDependencies(Language, const std::vector<std::string>&, const std::string& = "", const std::string& = "cpp",
- const std::string& = "");
+ bool printMakefileDependencies(Language, const std::string&, const std::vector<std::string>&,
+ const std::string& = "", const std::string& = "cpp", const std::string& = "");
std::string getBaseName();