From 7280e6d9c6195ead445c114734e3dfc061f0a779 Mon Sep 17 00:00:00 2001 From: Rico Antonio Felix Date: Tue, 23 Jun 2015 22:02:15 -0400 Subject: Refactored Constant::implementation() const --- include/constant.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 &implementation() const {return _impl;} + const std::shared_ptr &implementation() const + { return _impl; } /** * The extension object has access to privates -- cgit v1.2.3