summaryrefslogtreecommitdiff
path: root/xfa/fxgraphics/include/cfx_graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxgraphics/include/cfx_graphics.h')
-rw-r--r--xfa/fxgraphics/include/cfx_graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxgraphics/include/cfx_graphics.h b/xfa/fxgraphics/include/cfx_graphics.h
index 1438acb7f4..7f456270a5 100644
--- a/xfa/fxgraphics/include/cfx_graphics.h
+++ b/xfa/fxgraphics/include/cfx_graphics.h
@@ -245,7 +245,7 @@ class CFX_Graphics {
CFX_RectF& rect);
CFX_RenderDevice* m_renderDevice;
- CFX_PtrArray m_infoStack;
+ CFX_ArrayTemplate<TInfo*> m_infoStack;
CAGG_Graphics* m_aggGraphics;
friend class CAGG_Graphics;
};