summaryrefslogtreecommitdiff
path: root/include/constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constant.h')
-rw-r--r--include/constant.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/constant.h b/include/constant.h
index 1494cfb..d7540ef 100644
--- a/include/constant.h
+++ b/include/constant.h
@@ -136,7 +136,8 @@ private:
*
* @return std::shared_ptr Pointer to the constant implementation
*/
- const std::shared_ptr<ConstantImpl> &implementation() const {return _impl;}
+ const std::shared_ptr<ConstantImpl> &implementation() const
+ { return _impl; }
/**
* The extension object has access to privates