From 4c303c67f7e204e1eaa68a88e9feb338ece8af46 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 5 Jan 2007 15:33:38 +0000 Subject: Fixed bug 1653 --- cpp/include/Slice/Preprocessor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/include/Slice/Preprocessor.h') diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h index 28c0a6dd69b..891434d5bf3 100644 --- a/cpp/include/Slice/Preprocessor.h +++ b/cpp/include/Slice/Preprocessor.h @@ -42,6 +42,8 @@ public: std::string getBaseName(); + static std::string addQuotes(const std::string&); + private: bool checkInputFile(); -- cgit v1.2.3