aboutsummaryrefslogtreecommitdiff
path: root/c/listview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/listview.cpp')
-rw-r--r--c/listview.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/listview.cpp b/c/listview.cpp
index 09a3024..8e92ea1 100644
--- a/c/listview.cpp
+++ b/c/listview.cpp
@@ -9,8 +9,7 @@ extern HFONT g_hfNormal;
extern HWND g_hWnd;
static LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
-void
-ListView::Create(HMENU hMenu, DWORD dwStyle)
+ListView::ListView(HMENU hMenu, DWORD dwStyle)
{
m_hWnd = CreateWindowEx(
WS_EX_CLIENTEDGE,