summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/DashedLine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/DashedLine.hxx')
-rw-r--r--sw/source/uibase/inc/DashedLine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/DashedLine.hxx b/sw/source/uibase/inc/DashedLine.hxx
index b0d13647aff7..0492be67e589 100644
--- a/sw/source/uibase/inc/DashedLine.hxx
+++ b/sw/source/uibase/inc/DashedLine.hxx
@@ -15,7 +15,7 @@
*/
class SwDashedLine : public FixedLine
{
- Color& (* const m_pColorFn)();
+ Color& (*m_pColorFn)();
public:
SwDashedLine( vcl::Window* pParent, Color& ( *pColorFn )() );