some fixes

This commit is contained in:
LianaHus
2015-10-14 20:27:44 +02:00
parent 742e5b259a
commit 8f7f22c5a6
3 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -41,6 +41,7 @@ public:
DocstringParsingError,
ParserError,
TypeError,
Warning
};
@@ -69,7 +70,7 @@ public:
}
}
Type type() { return m_type; }
Type const type() { return m_type; } const
std::string const& typeName() const { return m_typeName; }
private: