diff options
Diffstat (limited to 'src/remoteplayer.h')
-rw-r--r-- | src/remoteplayer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/remoteplayer.h b/src/remoteplayer.h index 7d46205c5..ee0d625b6 100644 --- a/src/remoteplayer.h +++ b/src/remoteplayer.h @@ -107,10 +107,7 @@ public: m_cloud_params = cloud_params; } - const CloudParams &getCloudParams() const - { - return m_cloud_params; - } + const CloudParams &getCloudParams() const { return m_cloud_params; } bool checkModified() const { return m_dirty || inventory.checkModified(); } |