diff --git a/tests/Basic/Basic.cpp b/tests/Basic/Basic.cpp index ba16bcd2..66f52fdd 100644 --- a/tests/Basic/Basic.cpp +++ b/tests/Basic/Basic.cpp @@ -29,7 +29,7 @@ Bar::Bar() Bar::Item Bar::RetItem1() { - return Bar::Item::Item1; + return Bar::Item1; } Hello::Hello () diff --git a/tests/Basic/Basic.h b/tests/Basic/Basic.h index 6b2d4a66..78ecdcde 100644 --- a/tests/Basic/Basic.h +++ b/tests/Basic/Basic.h @@ -33,7 +33,7 @@ public: struct DLL_API Bar { - enum class Item + enum Item { Item1, Item2