summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-12-04 14:37:55 +0000
committerMark Spruiell <mes@zeroc.com>2003-12-04 14:37:55 +0000
commit6abebed960b8ec0d071e32cede59000913a8b054 (patch)
treea59bcbcb721ef7202ae9e043ac6e50e4afd448d1 /cpp/src/slice2cpp/Gen.cpp
parent*** empty log message *** (diff)
downloadice-6abebed960b8ec0d071e32cede59000913a8b054.tar.bz2
ice-6abebed960b8ec0d071e32cede59000913a8b054.tar.xz
ice-6abebed960b8ec0d071e32cede59000913a8b054.zip
fixing --header-ext problems
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp
index 7566805d9b6..04fc5a890fb 100644
--- a/cpp/src/slice2cpp/Gen.cpp
+++ b/cpp/src/slice2cpp/Gen.cpp
@@ -224,7 +224,7 @@ Slice::Gen::generate(const UnitPtr& p)
for(StringList::const_iterator q = includes.begin(); q != includes.end(); ++q)
{
- H << "\n#include <" << changeInclude(*q, _includePaths) << ".h>";
+ H << "\n#include <" << changeInclude(*q, _includePaths) << "." << _headerExtension << ">";
}
printVersionCheck(H);