WaE: type name first seen using 'class' now seen using 'struct'

This commit is contained in:
Tor Lillqvist 2012-02-13 09:42:39 +02:00 committed by Tor Lillqvist
parent a9f6e5323e
commit b7980663f0

View file

@ -30,7 +30,7 @@
class SwEditWin;
class SwFrm;
struct Point;
class Point;
/** Class representing a control linked to a SwFrm.
*/