Implements string evaluation and concat
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
_class = c;
|
||||
}
|
||||
|
||||
TypeClass GetClass(){
|
||||
const TypeClass GetClass(){
|
||||
return _class;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user