diff options
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r-- | win32/PlatWin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index e9174e9df..464bef524 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -150,6 +150,7 @@ void Font::Release() { } Surface::Surface() : + unicodeMode(false), hdc(0), hdcOwned(false), pen(0), penOld(0), brush(0), brushOld(0), |