diff options
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index 651a2993b51..8f4e9125983 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -320,6 +320,7 @@ public: std::string name() const; std::string scoped() const; std::string scope() const; + std::string flattenedScope() const; std::string file() const; std::string line() const; std::string comment() const; |