diff options
Diffstat (limited to 'include/cru/platform/GraphicsBase.h')
-rw-r--r-- | include/cru/platform/GraphicsBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/platform/GraphicsBase.h b/include/cru/platform/GraphicsBase.h index c9f7626c..b0f653ef 100644 --- a/include/cru/platform/GraphicsBase.h +++ b/include/cru/platform/GraphicsBase.h @@ -53,8 +53,8 @@ inline String ToString(const Point& point) { } struct Size final { - static const Size kMax; - static const Size kZero; + static CRU_PLATFORM_API const Size kMax; + static CRU_PLATFORM_API const Size kZero; constexpr Size() = default; constexpr Size(const float width, const float height) |