فهرست منبع

test: make functions static as needed

Michele Caini 1 سال پیش
والد
کامیت
53cb4864ab
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>()