prototype fixes (this time including pure virtual function detection)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -141,14 +141,14 @@ public:
|
||||
object is stored in an application data structure, and there is
|
||||
a risk of double deletion.
|
||||
*/
|
||||
~wxBrush();
|
||||
virtual ~wxBrush();
|
||||
|
||||
/**
|
||||
Returns a reference to the brush colour.
|
||||
|
||||
@see SetColour()
|
||||
*/
|
||||
wxColour GetColour() const;
|
||||
wxColour& GetColour() const;
|
||||
|
||||
/**
|
||||
Gets a pointer to the stipple bitmap. If the brush does not have a wxBRUSHSTYLE_STIPPLE
|
||||
@@ -170,7 +170,7 @@ public:
|
||||
|
||||
@see GetStyle()
|
||||
*/
|
||||
bool IsHatch() const;
|
||||
virtual bool IsHatch() const;
|
||||
|
||||
/**
|
||||
Returns @true if the brush is initialised. It will return @false if the default
|
||||
|
Reference in New Issue
Block a user