diff options
Diffstat (limited to 'include/cru/win/gui/GodWindow.hpp')
-rw-r--r-- | include/cru/win/gui/GodWindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/win/gui/GodWindow.hpp b/include/cru/win/gui/GodWindow.hpp index d9a128e6..fa69cb84 100644 --- a/include/cru/win/gui/GodWindow.hpp +++ b/include/cru/win/gui/GodWindow.hpp @@ -8,7 +8,7 @@ #include <memory> namespace cru::platform::gui::win { -class GodWindow : public Object { +class CRU_WIN_GUI_API GodWindow : public Object { CRU_DEFINE_CLASS_LOG_TAG(u"cru::platform::gui::win::GodWindow") public: |