diff options
author | Jose <jose@zeroc.com> | 2019-10-30 20:08:03 +0100 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2019-11-05 11:02:25 -0500 |
commit | f858d073b76e0fa040382f4a3d5b3fec343f691e (patch) | |
tree | d9ca3ca61894804e8abba2cc0b98a7c719fdc15b /cpp/src/Slice/Preprocessor.h | |
parent | Fixed IceSSL/configuration to skip some tests on macOS (diff) | |
download | ice-f858d073b76e0fa040382f4a3d5b3fec343f691e.tar.bz2 ice-f858d073b76e0fa040382f4a3d5b3fec343f691e.tar.xz ice-f858d073b76e0fa040382f4a3d5b3fec343f691e.zip |
Fix slice2swift build failures
Diffstat (limited to 'cpp/src/Slice/Preprocessor.h')
-rw-r--r-- | cpp/src/Slice/Preprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Preprocessor.h b/cpp/src/Slice/Preprocessor.h index e9456ae1fbf..745f0e5c8fd 100644 --- a/cpp/src/Slice/Preprocessor.h +++ b/cpp/src/Slice/Preprocessor.h @@ -27,7 +27,7 @@ public: FILE* preprocess(bool, const std::vector<std::string>&); bool close(); - enum Language { CPlusPlus, Java, CSharp, Python, Ruby, PHP, JavaScript, JavaScriptJSON, ObjC, SliceXML, MATLAB }; + enum Language { CPlusPlus, Java, CSharp, Python, Ruby, PHP, JavaScript, JavaScriptJSON, ObjC, SliceXML, MATLAB, Swift }; bool printMakefileDependencies(std::ostream&, Language, const std::vector<std::string>&, const std::string& = "", const std::string& = "cpp", const std::string& = ""); |