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 e6f2858..52175a0 100644
--- a/c/episodelistview.h
+++ b/c/episodelistview.h
@@ -14,7 +14,7 @@
struct EpisodeListView : public ListView
{
- EpisodeListView(HWND hWndParent);
+ EpisodeListView(Window& parent);
void EnsureFocusVisible();
void HandleContextMenu(WORD);
LRESULT HandleNotify(LPARAM lParam);