Skip to content
Extraits de code Groupes Projets
Valider a7bb608a rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Mark Command::Icon as const

parent 50b70f69
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Chargement en cours
......@@ -63,7 +63,7 @@ namespace cmd {
cmd(c);
}
wxBitmap const& Command::Icon(int size) {
wxBitmap const& Command::Icon(int size) const {
return icon::get(name(), size);
}
......
......@@ -105,7 +105,7 @@ namespace cmd {
/// Request icon.
/// @param size Icon size.
wxBitmap const& Icon(int size);
wxBitmap const& Icon(int size) const;
/// Command function
virtual void operator()(agi::Context *c)=0;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter