diff options
Diffstat (limited to 'cpp/include/Ice/LoggerUtil.h')
-rw-r--r-- | cpp/include/Ice/LoggerUtil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Ice/LoggerUtil.h b/cpp/include/Ice/LoggerUtil.h index 6e1a2db514f..1444112da5c 100644 --- a/cpp/include/Ice/LoggerUtil.h +++ b/cpp/include/Ice/LoggerUtil.h @@ -25,7 +25,7 @@ public: void flush(); - std::ostringstream& __str() { return _str; } // Don't use directly + std::ostringstream& __str(); // For internal use only. Don't use in your code. private: @@ -52,7 +52,7 @@ public: void flush(); - std::ostringstream& __str() { return _str; } // Don't use directly + std::ostringstream& __str(); // For internal use only. Don't use in your code. private: @@ -79,7 +79,7 @@ public: void flush(); - std::ostringstream& __str() { return _str; } // Don't use directly + std::ostringstream& __str(); // For internal use only. Don't use in your code. private: |