diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-16 15:22:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-16 15:22:20 +0300 |
commit | 2a570552b521d10876e5fc7a1d7e9b886a19c93e (patch) | |
tree | ac0a65dad6bbff7f51e891162d571f2d53b95ce7 /src/resources | |
parent | 088f205392003703de71b3ffdb89f4371b7b74eb (diff) | |
download | plus-2a570552b521d10876e5fc7a1d7e9b886a19c93e.tar.gz plus-2a570552b521d10876e5fc7a1d7e9b886a19c93e.tar.bz2 plus-2a570552b521d10876e5fc7a1d7e9b886a19c93e.tar.xz plus-2a570552b521d10876e5fc7a1d7e9b886a19c93e.zip |
improve resource class.
Diffstat (limited to 'src/resources')
-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 bfb93a700..2bbc03200 100644 --- a/src/resources/resource.h +++ b/src/resources/resource.h @@ -97,7 +97,7 @@ class Resource bool getDumped() const A_WARN_UNUSED { return mDumped; } - void setDumped(bool n) + void setDumped(const bool n) { mDumped = n; } #endif |