diff options
Diffstat (limited to 'Source/cmRST.h')
-rw-r--r-- | Source/cmRST.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmRST.h b/Source/cmRST.h index 098afab..0e379b6 100644 --- a/Source/cmRST.h +++ b/Source/cmRST.h @@ -31,6 +31,7 @@ class cmRST public: cmRST(std::ostream& os, std::string const& docroot); bool ProcessFile(std::string const& fname, bool isModule = false); + private: enum IncludeType { |