summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ReferenceFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r--cpp/src/Ice/ReferenceFactory.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp
index e784c54ad8b..d1fa68f4116 100644
--- a/cpp/src/Ice/ReferenceFactory.cpp
+++ b/cpp/src/Ice/ReferenceFactory.cpp
@@ -174,6 +174,10 @@ IceInternal::ReferenceFactory::create(const string& str)
argument = str.substr(beg, end - beg);
}
+ //
+ // If any new options are added here,
+ // IceInternal::Reference::toString() must be updated as well.
+ //
switch (option[1])
{
case 'f':