Kaydet (Commit) 123393ca authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix dbgutil iOS build

Change-Id: Ie05a958411683cc4ea5adcac0f1ab6ea0c4736de
üst 611a04bc
...@@ -75,8 +75,16 @@ ...@@ -75,8 +75,16 @@
using namespace ::com::sun::star; using namespace ::com::sun::star;
DBG_NAME( OutputDevice ) DBG_NAME( OutputDevice )
#ifdef IOS // Static linking, these already exist in the tools
// library, so put them in the anonymous namespace here to
// avoid clash...
namespace {
#endif
DBG_NAME( Polygon ) DBG_NAME( Polygon )
DBG_NAME( PolyPolygon ) DBG_NAME( PolyPolygon )
#ifdef IOS
}
#endif
DBG_NAMEEX( Region ) DBG_NAMEEX( Region )
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment