1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00

fix type.

This commit is contained in:
bolero-MURAKAMI 2015-02-10 13:55:17 +09:00
parent d29b783b68
commit 586c9972dc

View file

@ -87,7 +87,7 @@
#if defined(__GNUC__) || defined(__clang__)
# define SPROUT_DEPRECATED __attribute__((deprecated))
#elif defined(_MSC_VER)
# define SPROUT_DEPRECATED) __declspec(deprecated)
# define SPROUT_DEPRECATED __declspec(deprecated)
#else
# define SPROUT_DEPRECATED
#endif