diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-08-30 13:46:03 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-08-30 13:46:03 -0700 |
commit | 8c3730e55c868784e23b54828dc616c786f5b71d (patch) | |
tree | 86492a3d09b37ac189ca890a8937cbcf8da4e945 /cpp/src/slice2html/Gen.cpp | |
parent | ICE-7301 - slice2html generates bogus links (diff) | |
download | ice-8c3730e55c868784e23b54828dc616c786f5b71d.tar.bz2 ice-8c3730e55c868784e23b54828dc616c786f5b71d.tar.xz ice-8c3730e55c868784e23b54828dc616c786f5b71d.zip |
minor slice2html fix for 3.7
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 3 |
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; |