diff options
Diffstat (limited to 'cpp/src/Slice/Preprocessor.h')
-rw-r--r-- | cpp/src/Slice/Preprocessor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Slice/Preprocessor.h b/cpp/src/Slice/Preprocessor.h index 3e017723756..70ef5c2dc5b 100644 --- a/cpp/src/Slice/Preprocessor.h +++ b/cpp/src/Slice/Preprocessor.h @@ -40,6 +40,7 @@ public: const std::vector<std::string>&, const std::string& = "cpp", const std::string& = ""); + std::string getFileName(); std::string getBaseName(); static std::string addQuotes(const std::string&); |