summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--editor/inspect-types.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/inspect-types.cpp b/editor/inspect-types.cpp
index 63335e88..e25ea9d6 100644
--- a/editor/inspect-types.cpp
+++ b/editor/inspect-types.cpp
@@ -155,7 +155,7 @@ template<typename T> bool inspect_type(T& x)
return ret;
}
-template bool inspect_type<entity>(entity&);
-template bool inspect_type<scenery>(scenery&);
+template bool inspect_type(entity&);
+template bool inspect_type(scenery&);
} // namespace floormat::entities