ソースを参照

test: avoid short names

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() {