1
0
mirror of synced 2025-02-02 12:27:20 +01:00

FIx typos

This commit is contained in:
Stepland 2020-03-03 01:45:47 +01:00
parent cadc7dd059
commit dc4c69c0cb
2 changed files with 1 additions and 2 deletions

View File

@ -69,5 +69,4 @@ namespace MusicSelect {
}
return PanelLayout{markers, resources};
}
}

View File

@ -15,6 +15,6 @@ namespace MusicSelect {
private:
void draw(sf::RenderTarget& target, sf::RenderStates states) const override;
const Resources::Marker& m_marker;
std::optional<sf::Clock> selected_since;
mutable std::optional<sf::Clock> selected_since;
};
}