diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-17 14:11:07 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-17 14:11:07 +0200 |
commit | 1d041ad5b123e4ecbe69dfa621349f6be9b933d6 (patch) | |
tree | 8cdbbefa04773f7fec43a3b6ff1a80063e9b4dee /c/episodelistview.h | |
parent | 2e8afa446f2444a8be5e6180bf90cfa48b6e02f0 (diff) | |
download | EpisodeBrowser-1d041ad5b123e4ecbe69dfa621349f6be9b933d6.tar.gz |
Minor cleanup.
Diffstat (limited to 'c/episodelistview.h')
-rw-r--r-- | c/episodelistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/episodelistview.h b/c/episodelistview.h index ee5bc22..62ce42e 100644 --- a/c/episodelistview.h +++ b/c/episodelistview.h @@ -35,7 +35,7 @@ struct EpisodeListView : public ListView private: int m_iSortCol; static int CALLBACK SortProc(LPARAM lParam1, LPARAM lParam2, LPARAM extra); - FileView<ElvDataA> m_fv; + FileView<ElvDataA> m_fv{L"elvdata.dat", ELVMAX}; }; #endif |