Michele Caini пре 1 година
родитељ
комит
2cd0ef323d
1 измењених фајлова са 2 додато и 2 уклоњено
  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() {