diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-03 21:58:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-04 03:06:57 +0300 |
commit | 866a71ffd576fd10c4e309195016d86f0c8ed635 (patch) | |
tree | 21bbec175afc181cada529598267d62f12fcb671 /src/resources/wallpaper.h | |
parent | ebecb0cf42f2066943908fa158ac91527e0e6629 (diff) | |
download | ManaVerse-866a71ffd576fd10c4e309195016d86f0c8ed635.tar.gz ManaVerse-866a71ffd576fd10c4e309195016d86f0c8ed635.tar.bz2 ManaVerse-866a71ffd576fd10c4e309195016d86f0c8ed635.tar.xz ManaVerse-866a71ffd576fd10c4e309195016d86f0c8ed635.zip |
Add const to more classes.
Diffstat (limited to 'src/resources/wallpaper.h')
-rw-r--r-- | src/resources/wallpaper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/wallpaper.h b/src/resources/wallpaper.h index 7123cfd96..517ace011 100644 --- a/src/resources/wallpaper.h +++ b/src/resources/wallpaper.h @@ -45,7 +45,7 @@ class Wallpaper * @param height the desired height * @return the file to use, or empty if no wallpapers are useable */ - static std::string getWallpaper(int width, int height); + static std::string getWallpaper(const int width, const int height); }; #endif // WALLPAPER_H |