diff options
Diffstat (limited to 'source/frontend/StarSongbookInterface.cpp')
-rw-r--r-- | source/frontend/StarSongbookInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarSongbookInterface.cpp b/source/frontend/StarSongbookInterface.cpp index 4848f4e..8ccb437 100644 --- a/source/frontend/StarSongbookInterface.cpp +++ b/source/frontend/StarSongbookInterface.cpp @@ -10,7 +10,7 @@ namespace Star { SongbookInterface::SongbookInterface(PlayerPtr player) { - m_player = move(player); + m_player = std::move(player); auto assets = Root::singleton().assets(); |