diff options
Diffstat (limited to 'cpp/include/Ice/Incoming.h')
-rw-r--r-- | cpp/include/Ice/Incoming.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Incoming.h b/cpp/include/Ice/Incoming.h index bdff5b49721..f512d38ac8b 100644 --- a/cpp/include/Ice/Incoming.h +++ b/cpp/include/Ice/Incoming.h @@ -37,12 +37,12 @@ public: std::shared_ptr<OutputStream> getOutputStream() const { - return _os; + return __os; } protected: - std::shared_ptr<OutputStream> _os; + std::shared_ptr<OutputStream> __os; }; } |