Przeglądaj źródła

test: avoid short names

Michele Caini 1 rok temu
rodzic
commit
2cd0ef323d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      test/entt/meta/meta_any.cpp

+ 2 - 2
test/entt/meta/meta_any.cpp

@@ -13,8 +13,8 @@
 #include "../../common/non_comparable.h"
 
 struct clazz {
-    void member(int i) {
-        value = i;
+    void member(int iv) {
+        value = iv;
     }
 
     static char func() {