diff options
author | Jose <jose@zeroc.com> | 2014-09-10 17:36:20 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-10 17:36:20 +0200 |
commit | 00dbbdfaeae1af7d7457329641bb0cf6e726ba3c (patch) | |
tree | a658e21567cf3227ad52d948627fae5db1946140 /cpp/include/Slice/Preprocessor.h | |
parent | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of networki... (diff) | |
download | ice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.tar.bz2 ice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.tar.xz ice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.zip |
Fixed (ICE-3792) - dependencies in the repository are very crappy
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r-- | cpp/include/Slice/Preprocessor.h | 4 |
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(); |