aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/episodelistview.h')
-rw-r--r--c/episodelistview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/episodelistview.h b/c/episodelistview.h
index 0604d15..f58f3ca 100644
--- a/c/episodelistview.h
+++ b/c/episodelistview.h
@@ -33,7 +33,7 @@ struct EpisodeListView : public ListView
private:
int m_iSortCol;
static int CALLBACK SortProc(LPARAM lParam1, LPARAM lParam2, LPARAM extra);
- FileView m_fv;
+ FileView<ElvDataA> m_fv;
};
#endif