summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/InputStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/InputStream.h')
-rw-r--r--cpp/include/Ice/InputStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/InputStream.h b/cpp/include/Ice/InputStream.h
index ef2c1c97cf5..c570d7cbe77 100644
--- a/cpp/include/Ice/InputStream.h
+++ b/cpp/include/Ice/InputStream.h
@@ -383,7 +383,7 @@ public:
#ifdef ICE_CPP11_MAPPING
v.emplace();
#else
- v.__setIsSet();
+ v.iceSetIsSet();
#endif
StreamOptionalHelper<T,
StreamableTraits<T>::helper,