- Subtypes "getValuesById" now returns a reference
- Minor cleanup of Transformer per one of my comments a few days ago.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user