screen: change ScreenType to WindowType and add WindowReference typedef
This commit is contained in:
@@ -138,7 +138,7 @@ void Playlist::mouseButtonPressed(MEVENT me)
|
||||
enterPressed();
|
||||
}
|
||||
else
|
||||
Screen<ScreenType>::mouseButtonPressed(me);
|
||||
Screen<WindowType>::mouseButtonPressed(me);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user