Browse Source

Removed enum class in the new nested type test since it's not supported by VS2010.

pull/68/merge
triton 13 years ago
parent
commit
6bbe864a2c
  1. 2
      tests/Basic/Basic.cpp
  2. 2
      tests/Basic/Basic.h

2
tests/Basic/Basic.cpp

@ -29,7 +29,7 @@ Bar::Bar()
Bar::Item Bar::RetItem1() Bar::Item Bar::RetItem1()
{ {
return Bar::Item::Item1; return Bar::Item1;
} }
Hello::Hello () Hello::Hello ()

2
tests/Basic/Basic.h

@ -33,7 +33,7 @@ public:
struct DLL_API Bar struct DLL_API Bar
{ {
enum class Item enum Item
{ {
Item1, Item1,
Item2 Item2

Loading…
Cancel
Save