mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Disabled warning 4251 in MSC.
This commit is contained in:
parent
059c650922
commit
bef2470111
4
third_party/vaca/include/Vaca/Enum.h
vendored
4
third_party/vaca/include/Vaca/Enum.h
vendored
@ -34,6 +34,10 @@
|
|||||||
|
|
||||||
namespace Vaca {
|
namespace Vaca {
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(disable: 4251)
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This class is used to define enumerations "a la" C++0x.
|
This class is used to define enumerations "a la" C++0x.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user