diff options
Diffstat (limited to 'c/episodelistview.cpp')
-rw-r--r-- | c/episodelistview.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/c/episodelistview.cpp b/c/episodelistview.cpp index 824b527..f004f8a 100644 --- a/c/episodelistview.cpp +++ b/c/episodelistview.cpp @@ -13,8 +13,7 @@ #include "win.h" EpisodeListView::EpisodeListView(const HWND hWndParent) - : ListView(hWndParent, reinterpret_cast<HMENU>(IDC_EPISODELISTVIEW), 0), - m_fv(L"elvdata.dat", ELVMAX) + : ListView(hWndParent, reinterpret_cast<HMENU>(IDC_EPISODELISTVIEW), 0) { LVCOLUMN lvc; |