summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_win32.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/nativewindow_win32.cc')
-rw-r--r--plugingui/nativewindow_win32.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/nativewindow_win32.cc b/plugingui/nativewindow_win32.cc
index e9f37a7..cce5a49 100644
--- a/plugingui/nativewindow_win32.cc
+++ b/plugingui/nativewindow_win32.cc
@@ -312,7 +312,7 @@ NativeWindowWin32::NativeWindowWin32(Window& window)
wcex.hbrBackground = nullptr;//(HBRUSH) COLOR_BACKGROUND + 1;
// }
- wcex.lpszClassName = m_className = strdup("DrumGizmoClass");
+ wcex.lpszClassName = m_className = (char*)"DrumGizmoClass";
RegisterClassEx(&wcex);