Răsfoiți Sursa

test: make functions static as needed

Michele Caini 1 an în urmă
părinte
comite
53cb4864ab
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 {};
 
 class MetaContext: public ::testing::Test {
-    void init_global_context() {
+    static void init_global_context() {
         using namespace entt::literals;
 
         entt::meta<int>()