From b7980663f0866629e7c54a085f31dba3d9c26b26 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 13 Feb 2012 09:42:39 +0200 Subject: [PATCH] WaE: type name first seen using 'class' now seen using 'struct' --- sw/source/ui/inc/FrameControl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/ui/inc/FrameControl.hxx b/sw/source/ui/inc/FrameControl.hxx index cf887a98cefc..53976f8f2cad 100644 --- a/sw/source/ui/inc/FrameControl.hxx +++ b/sw/source/ui/inc/FrameControl.hxx @@ -30,7 +30,7 @@ class SwEditWin; class SwFrm; -struct Point; +class Point; /** Class representing a control linked to a SwFrm. */