aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/ClientObject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ClientObject.hpp')
-rw-r--r--src/client/ClientObject.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientObject.hpp b/src/client/ClientObject.hpp
index 9b8403c..df9fe32 100644
--- a/src/client/ClientObject.hpp
+++ b/src/client/ClientObject.hpp
@@ -49,7 +49,7 @@ public:
SharedPtr<View> view() const { return _view; }
void set_view(SharedPtr<View> view) { _view = view; }
-
+
private:
uint64_t _id;
SharedPtr<View> _view;