diff options
Diffstat (limited to 'cpp/src/Ice/SharedContext.h')
-rw-r--r-- | cpp/src/Ice/SharedContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/SharedContext.h b/cpp/src/Ice/SharedContext.h index c44858ffb34..1d551f9d406 100644 --- a/cpp/src/Ice/SharedContext.h +++ b/cpp/src/Ice/SharedContext.h @@ -32,13 +32,13 @@ public: } SharedContext(const Ice::Context& val) : - _val(val) + _val(val) { } inline const Ice::Context& getValue() { - return _val; + return _val; } private: |