summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index e87af92e7dcf..cc3b13963a31 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -549,12 +549,14 @@ struct PicDefOle
void *hwpole;
};
+struct HWPDrawingObject;
+
/**
* @short Drawing object of hwp
*/
struct PicDefDraw
{
- void *hdo;
+ HWPDrawingObject *hdo;
uint zorder;
ZZRect vrect;
int mbrcnt;