mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
fix type.
This commit is contained in:
parent
d29b783b68
commit
586c9972dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue