diff options
Diffstat (limited to 'cpp/src/slice2docbook/Gen.h')
-rw-r--r-- | cpp/src/slice2docbook/Gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2docbook/Gen.h b/cpp/src/slice2docbook/Gen.h index ecdb05282ed..969d98e450c 100644 --- a/cpp/src/slice2docbook/Gen.h +++ b/cpp/src/slice2docbook/Gen.h @@ -55,7 +55,7 @@ private: std::string toString(const SyntaxTreeBasePtr&, const ContainerPtr&, bool = true); std::string toString(const std::string&, const ContainerPtr&, bool = true); - ::IceUtil::XMLOutput O; + ::IceUtilInternal::XMLOutput O; bool _standAlone; bool _noGlobals; |