From 27ef6b29fe9ea6931dd9aef585e8b9467599b5f1 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 28 Jan 2022 22:32:22 +0800 Subject: ... --- include/cru/win/graphics/direct/WindowRenderTarget.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/cru/win/graphics/direct/WindowRenderTarget.hpp') diff --git a/include/cru/win/graphics/direct/WindowRenderTarget.hpp b/include/cru/win/graphics/direct/WindowRenderTarget.hpp index c197841d..4774a1d3 100644 --- a/include/cru/win/graphics/direct/WindowRenderTarget.hpp +++ b/include/cru/win/graphics/direct/WindowRenderTarget.hpp @@ -3,9 +3,10 @@ namespace cru::platform::graphics::win::direct { // Represents a window render target. -class D2DWindowRenderTarget : public Object { +class CRU_WIN_GRAPHICS_DIRECT_API D2DWindowRenderTarget : public Object { public: - D2DWindowRenderTarget(gsl::not_null factory, HWND hwnd); + D2DWindowRenderTarget(gsl::not_null factory, + HWND hwnd); CRU_DELETE_COPY(D2DWindowRenderTarget) CRU_DELETE_MOVE(D2DWindowRenderTarget) -- cgit v1.2.3