aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SurfaceD2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/SurfaceD2D.h')
-rw-r--r--win32/SurfaceD2D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/SurfaceD2D.h b/win32/SurfaceD2D.h
index 13da459cc..8025069db 100644
--- a/win32/SurfaceD2D.h
+++ b/win32/SurfaceD2D.h
@@ -9,7 +9,7 @@
#define SURFACED2D_H
namespace Scintilla::Internal {
-
+
extern bool LoadD2D() noexcept;
extern void ReleaseD2D() noexcept;
extern ID2D1Factory1 *pD2DFactory;