data: windows crash fix
* fixed a crash on windows that occurred when the name of a token was stored in a container that was destroyed after a const & was returned.
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
void setType(NodeType type);
|
||||
bool isType(NodeTypeMask mask) const;
|
||||
|
||||
const std::string& getName() const;
|
||||
std::string getName() const;
|
||||
std::string getFullName() const;
|
||||
|
||||
const std::vector<Edge*>& getEdges() const;
|
||||
|
||||
Reference in New Issue
Block a user