summaryrefslogtreecommitdiff
path: root/src/resources/resource.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-29 01:17:15 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-29 01:17:15 +0300
commit56be2970062912dc39b8a071f5490ff532f9feb6 (patch)
tree7a9071bed835564bf4d447d9bf2f3f21552b539f /src/resources/resource.h
parentd7f2497abbc2be9ec2f8617232230d5328b1046d (diff)
downloadplus-56be2970062912dc39b8a071f5490ff532f9feb6.tar.gz
plus-56be2970062912dc39b8a071f5490ff532f9feb6.tar.bz2
plus-56be2970062912dc39b8a071f5490ff532f9feb6.tar.xz
plus-56be2970062912dc39b8a071f5490ff532f9feb6.zip
fix code style.
Diffstat (limited to 'src/resources/resource.h')
-rw-r--r--src/resources/resource.h2
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