Explorar o código

test: minor changes

skypjack hai 8 meses
pai
achega
1116c33ada
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/entt/meta/meta_handle.cpp

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

@@ -93,7 +93,7 @@ TEST_F(MetaHandle, MetaAny) {
 }
 }
 
 
 TEST_F(MetaHandle, ScopedMetaAny) {
 TEST_F(MetaHandle, ScopedMetaAny) {
-    entt::meta_ctx ctx{};
+    const entt::meta_ctx ctx{};
     entt::meta_any value{ctx, 2};
     entt::meta_any value{ctx, 2};
     entt::meta_handle handle{value};
     entt::meta_handle handle{value};
     entt::meta_handle chandle{std::as_const(value)};
     entt::meta_handle chandle{std::as_const(value)};