- Subtypes "getValuesById" now returns a reference

- Minor cleanup of Transformer per one of my comments a few days ago.
This commit is contained in:
wagic.the.homebrew
2011-05-16 23:19:08 +00:00
parent 39420a911f
commit 480875d57a
3 changed files with 6 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ public:
bool isType(unsigned int type);
bool isSubType(unsigned int type);
int add(string value, unsigned int parentType);
const vector<string> getValuesById();
const vector<string>& getValuesById();
};
#endif