fix global type registration order

This commit is contained in:
karroffel
2018-04-05 21:58:56 +02:00
parent dabc96ebd9
commit b3d705c898
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ def generate_class_header(used_classes, c):
if class_name != "Object" and class_name != "Reference":
source.append("#include <core/Ref.hpp>")
else:
source.append("#include <TagDB.hpp>")
source.append("#include <core/TagDB.hpp>")
included = []