data: Renamed Global to GlobalVariable in Graph

This commit is contained in:
Eberhard Graether
2014-07-01 11:13:27 +02:00
parent cf6d17584f
commit b72584559c
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public:
NODE_UNDEFINED,
NODE_CLASS,
NODE_STRUCT,
NODE_GLOBAL,
NODE_GLOBAL_VARIABLE,
NODE_FIELD,
NODE_FUNCTION,
NODE_METHOD,