Browse Source

test: make functions static as needed

Michele Caini 1 year ago
parent
commit
53cb4864ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/entt/meta/meta_context.cpp

+ 1 - 1
test/entt/meta/meta_context.cpp

@@ -75,7 +75,7 @@ template<typename...>
 struct template_clazz {};
 struct template_clazz {};
 
 
 class MetaContext: public ::testing::Test {
 class MetaContext: public ::testing::Test {
-    void init_global_context() {
+    static void init_global_context() {
         using namespace entt::literals;
         using namespace entt::literals;
 
 
         entt::meta<int>()
         entt::meta<int>()