2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-17 20:05:23 +00:00
This commit is contained in:
Jack Andersen
2016-01-06 14:39:49 -10:00
2 changed files with 7 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ public:
const unsigned char* yamlSource, size_t yamlLength);
const std::string& name() const {return m_name;}
const std::string& fullName() const {return m_fullName;}
const Athena::io::YAMLNode& rootNode() const {return *m_langNode;}
const Athena::io::YAMLNode* rootNode() const {return m_langNode;}
};
class Translator