summaryrefslogtreecommitdiff
path: root/src/resources/wallpaper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/wallpaper.h')
-rw-r--r--src/resources/wallpaper.h2
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