diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-30 12:41:27 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-30 12:41:27 +1000 |
commit | 885502bf11057e7de961f178bc85ce93a9f40723 (patch) | |
tree | 7c0c8920c335c67558878d38cb7fc2d3c9d3e190 /source/frontend | |
parent | 1af9343e61ccf24fe55127d458df614d94f8ba7d (diff) |
fix songbook compile issues & some warns
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) { |