diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-08 21:32:00 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-08 21:34:37 +0800 |
commit | 0b0c32a1d688389c36f1847edf77af1fd7a2f9d7 (patch) | |
tree | 904d65208931bc2b6930ea4c7406192ad10d98c0 /include/cru/platform/GraphicsBase.h | |
parent | 593b658eb1491d4b3103971aba6592aff2765f0e (diff) | |
download | cru-0b0c32a1d688389c36f1847edf77af1fd7a2f9d7.tar.gz cru-0b0c32a1d688389c36f1847edf77af1fd7a2f9d7.tar.bz2 cru-0b0c32a1d688389c36f1847edf77af1fd7a2f9d7.zip |
Fix static lib build on win.
Diffstat (limited to 'include/cru/platform/GraphicsBase.h')
-rw-r--r-- | include/cru/platform/GraphicsBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/GraphicsBase.h b/include/cru/platform/GraphicsBase.h index 5c4435ea..c9f7626c 100644 --- a/include/cru/platform/GraphicsBase.h +++ b/include/cru/platform/GraphicsBase.h @@ -52,7 +52,7 @@ inline String ToString(const Point& point) { return String::FromUtf8(ToUtf8String(point)); } -struct CRU_PLATFORM_API Size final { +struct Size final { static const Size kMax; static const Size kZero; |