sort playlist dialog: make a few members const

This commit is contained in:
Andrzej Rybczak
2012-09-14 01:03:31 +02:00
parent e2889bfefd
commit 9e93f7baf9
2 changed files with 4 additions and 4 deletions

View File

@@ -56,8 +56,8 @@ private:
size_t m_height;
size_t m_width;
ScreenType::Item::Type m_sort_entry;
ScreenType::Item::Type m_cancel_entry;
const ScreenType::Item::Type m_sort_entry;
const ScreenType::Item::Type m_cancel_entry;
};
extern SortPlaylistDialog *mySortPlaylistDialog;