summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-08-30 13:46:03 -0700
committerMark Spruiell <mes@zeroc.com>2016-08-30 13:46:03 -0700
commit8c3730e55c868784e23b54828dc616c786f5b71d (patch)
tree86492a3d09b37ac189ca890a8937cbcf8da4e945 /cpp/src
parentICE-7301 - slice2html generates bogus links (diff)
downloadice-8c3730e55c868784e23b54828dc616c786f5b71d.tar.bz2
ice-8c3730e55c868784e23b54828dc616c786f5b71d.tar.xz
ice-8c3730e55c868784e23b54828dc616c786f5b71d.zip
minor slice2html fix for 3.7
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2html/Gen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp
index 2df3fd8781d..03e87cefec9 100644
--- a/cpp/src/slice2html/Gen.cpp
+++ b/cpp/src/slice2html/Gen.cpp
@@ -943,7 +943,8 @@ Slice::GeneratorBase::getURL(const SyntaxTreeBasePtr& target, const SyntaxTreeBa
"string",
"Object",
"Object*",
- "LocalObject"
+ "LocalObject",
+ "Value"
};
SyntaxTreeBasePtr t = target;