aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.cpp')
-rw-r--r--c/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/main.cpp b/c/main.cpp
index cbfb8f1..6ed7ac1 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -169,8 +169,8 @@ static LRESULT CALLBACK CBTProc(int nCode, WPARAM wParam, LPARAM lParam)
g_iDPI = GetDpiForWindow(g_hWnd);
/* Create child windows. */
- g_lpDlv = new DataListView;
- g_lpElv = new EpisodeListView;
+ g_lpDlv = new DataListView(g_hWnd);
+ g_lpElv = new EpisodeListView(g_hWnd);
/* Get saved view settings. */
char *sz;