summaryrefslogtreecommitdiff
path: root/include/sot/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r--include/sot/object.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx
index 8b1d7e3d8968..1657986c8490 100644
--- a/include/sot/object.hxx
+++ b/include/sot/object.hxx
@@ -44,8 +44,8 @@ public:
bool IsInClose() const { return bInClose; }
private:
- SotObject & operator= (const SotObject &) = delete;
- SotObject(const SotObject &) = delete;
+ SotObject& operator=(const SotObject&) = delete;
+ SotObject(const SotObject&) = delete;
};
#endif