summaryrefslogtreecommitdiffstats
path: root/api/logic/meta/JsonFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/meta/JsonFormat.h')
-rw-r--r--api/logic/meta/JsonFormat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/meta/JsonFormat.h b/api/logic/meta/JsonFormat.h
index 762a36f6..cc2c8f83 100644
--- a/api/logic/meta/JsonFormat.h
+++ b/api/logic/meta/JsonFormat.h
@@ -80,4 +80,4 @@ void serializeRequires(QJsonObject & objOut, RequireSet* ptr, const char * keyNa
MetadataVersion currentFormatVersion();
}
-Q_DECLARE_METATYPE(std::set<Meta::Require>); \ No newline at end of file
+Q_DECLARE_METATYPE(std::set<Meta::Require>)