From ea9a90d83d92076d41abfd31a1fd3a5d84b6ba92 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 26 Aug 2016 00:52:56 +0900 Subject: SmDrawingVisitor does nothing for SmBlankNode Change-Id: Iea9139617d0a572f2577f31928d1a1e603b90ed6 Reviewed-on: https://gerrit.libreoffice.org/28392 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- starmath/inc/visitors.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/inc') diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx index ee9732ce3259..f19d6ae7b228 100644 --- a/starmath/inc/visitors.hxx +++ b/starmath/inc/visitors.hxx @@ -209,7 +209,7 @@ private: /** Draw the children of a pNode * This the default method, use by most pNodes */ - void DrawChildren( SmNode* pNode ); + void DrawChildren( SmStructureNode* pNode ); /** Draw an SmTextNode or a subclass of this */ void DrawTextNode( SmTextNode* pNode ); -- cgit