diff options
Diffstat (limited to 'c/listview.h')
-rw-r--r-- | c/listview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/listview.h b/c/listview.h index 858b156..84ad9d5 100644 --- a/c/listview.h +++ b/c/listview.h @@ -16,7 +16,7 @@ struct ListView virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); protected: int m_bHeader = 1; - WNDPROC m_prevProc; + WNDPROC m_proc0; HWND m_hWndParent; }; |