diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-02-13 09:42:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-13 09:52:15 +0200 |
commit | b7980663f0866629e7c54a085f31dba3d9c26b26 (patch) | |
tree | b4dbe188dd4ca2e532766b56845145aea22e45f2 /sw | |
parent | a9f6e5323eaa3078f0a3a00a37cee169ba7dedbc (diff) |
WaE: type name first seen using 'class' now seen using 'struct'
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/FrameControl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |