diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-14 17:43:11 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-14 17:43:11 +0200 |
commit | 830a2832b53f32ccde9d8c5ed4a102089ad08cd0 (patch) | |
tree | 7a3360090c9adf481998c31357a23a29d25ba38c /src/playlist.cpp | |
parent | 0d27d6ded3b57f31a95159c325977d30a99ac718 (diff) |
screen: change ScreenType to WindowType and add WindowReference typedef
Diffstat (limited to 'src/playlist.cpp')
-rw-r--r-- | src/playlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.cpp b/src/playlist.cpp index cbf74dcc..0d255906 100644 --- a/src/playlist.cpp +++ b/src/playlist.cpp @@ -138,7 +138,7 @@ void Playlist::mouseButtonPressed(MEVENT me) enterPressed(); } else - Screen<ScreenType>::mouseButtonPressed(me); + Screen<WindowType>::mouseButtonPressed(me); } } |