diff options
Diffstat (limited to 'src/resources/resourcemanager.h')
-rw-r--r-- | src/resources/resourcemanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h index 32def7446..1e9124cc3 100644 --- a/src/resources/resourcemanager.h +++ b/src/resources/resourcemanager.h @@ -237,7 +237,7 @@ class ResourceManager final */ void release(Resource *const res); - void clearDeleted(bool full = true); + void clearDeleted(const bool full = true); static void logResource(const Resource *const res); @@ -271,8 +271,8 @@ class ResourceManager final static StringVect loadTextFileLocal(const std::string &fileName) A_WARN_UNUSED; - void saveTextFile(std::string path, std::string name, - std::string text) const; + void saveTextFile(std::string path, const std::string name, + const std::string text) const; Image *getRescaled(Image *const image, const int width, const int height) A_WARN_UNUSED; |