diff options
-rw-r--r-- | tools/source/rc/resmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 1e4caf837453..2ce91a3001c1 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -78,7 +78,7 @@ class InternalResMgr ImpContent * pContent; sal_uInt32 nOffCorrection; - sal_uInt8 pStringBlock; + sal_uInt8 * pStringBlock; SvStream * pStm; sal_Bool bEqual2Content; sal_uInt32 nEntries; |