From 0eda0f82a74e57e8ec25faf7afefccf6796c8f28 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 22 Jan 2007 15:43:59 +0000 Subject: BCC compile error fix --- cpp/src/slice2html/Gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2html/Gen.cpp') diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index aab26ce8b8e..bc4eae1ad34 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -1114,7 +1114,7 @@ Slice::GeneratorBase::getLinkPath(const SyntaxTreeBasePtr& p, const ContainerPtr { path += "/"; } - path += target.front() == "index" ? "_index" : target.front(); + path += target.front() == "index" ? string("_index") : target.front(); target.pop_front(); } -- cgit v1.2.3