Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-04-30 12:41:27 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2025-04-30 12:41:27 +1000
commit885502bf11057e7de961f178bc85ce93a9f40723 (patch)
tree7c0c8920c335c67558878d38cb7fc2d3c9d3e190 /source/frontend
parent1af9343e61ccf24fe55127d458df614d94f8ba7d (diff)
fix songbook compile issues & some warns
Diffstat (limited to 'source/frontend')
-rw-r--r--source/frontend/StarCharSelection.cpp2
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) {