diff options
Diffstat (limited to 'src/resources/resource.h')
-rw-r--r-- | src/resources/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/resource.h b/src/resources/resource.h index 0577a3569..bfb93a700 100644 --- a/src/resources/resource.h +++ b/src/resources/resource.h @@ -87,7 +87,7 @@ class Resource std::string getSource() const A_WARN_UNUSED { return mSource; } - void setProtected(bool b) + void setProtected(const bool b) { mProtected = b; } bool isProtected() const |