diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-29 01:17:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-29 01:17:15 +0300 |
commit | 56be2970062912dc39b8a071f5490ff532f9feb6 (patch) | |
tree | 7a9071bed835564bf4d447d9bf2f3f21552b539f /src/resources | |
parent | d7f2497abbc2be9ec2f8617232230d5328b1046d (diff) | |
download | plus-56be2970062912dc39b8a071f5490ff532f9feb6.tar.gz plus-56be2970062912dc39b8a071f5490ff532f9feb6.tar.bz2 plus-56be2970062912dc39b8a071f5490ff532f9feb6.tar.xz plus-56be2970062912dc39b8a071f5490ff532f9feb6.zip |
fix code style.
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 76dd71b4f..b73597d14 100644 --- a/src/resources/resource.h +++ b/src/resources/resource.h @@ -75,7 +75,7 @@ class Resource unsigned getRefCount() const { return mRefCount; } - void setSource(const std::string str) + void setSource(const std::string &str) { mSource = str; } std::string getSource() const |