diff options
Diffstat (limited to 'source/frontend')
-rw-r--r-- | source/frontend/StarCharSelection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarCharSelection.cpp b/source/frontend/StarCharSelection.cpp index 2c00b42..c2cc1dc 100644 --- a/source/frontend/StarCharSelection.cpp +++ b/source/frontend/StarCharSelection.cpp @@ -15,8 +15,8 @@ CharSelectionPane::CharSelectionPane(PlayerStoragePtr playerStorage, DeleteCharacterCallback deleteCallback) : m_playerStorage(playerStorage), m_downScroll(0), - m_filteredList({}), m_search(""), + m_filteredList({}), m_createCallback(createCallback), m_selectCallback(selectCallback), m_deleteCallback(deleteCallback) { |