// declarations
// ============================================================================
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "brush.h"
-#endif
-
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
bool wxBrush::operator==(const wxBrush& brush) const
{
- return FALSE;
+ return false;
}
wxObjectRefData *wxBrush::CreateRefData() const
void wxBrush::SetStipple(const wxBitmap& stipple)
{
}
-
-