diff options
author | Jose <jose@zeroc.com> | 2014-11-06 00:08:39 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-06 00:08:39 +0100 |
commit | 0aea68b0791ca5d1e7f4928896276e6f5fa812f5 (patch) | |
tree | 9aebf0a444881995631dd1f6b9fe9dce3e0ff186 /cpp/include/Slice/Util.h | |
parent | makedist fix (diff) | |
download | ice-0aea68b0791ca5d1e7f4928896276e6f5fa812f5.tar.bz2 ice-0aea68b0791ca5d1e7f4928896276e6f5fa812f5.tar.xz ice-0aea68b0791ca5d1e7f4928896276e6f5fa812f5.zip |
Fixed (ICE-5833) - slice2cpp includes & symbolic links
Diffstat (limited to 'cpp/include/Slice/Util.h')
-rw-r--r-- | cpp/include/Slice/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/Util.h b/cpp/include/Slice/Util.h index 1710ffa586a..a2a33a9aa4b 100644 --- a/cpp/include/Slice/Util.h +++ b/cpp/include/Slice/Util.h @@ -27,7 +27,7 @@ SLICE_API void emitWarning(const std::string&, const std::string&, const std::st SLICE_API void emitRaw(const char*); SLICE_API std::vector<std::string> filterMcppWarnings(const std::string&); SLICE_API void printGeneratedHeader(IceUtilInternal::Output& out, const std::string&, const std::string& commentStyle = "//"); - +SLICE_API std::string normalizePath(const std::string&); } #endif |