// Purpose: wxBrush class implementation
// Author: Vaclav Slavik
// Created: 2006-08-04
-// RCS-ID: $Id$
// Copyright: (c) 2006 REA Elektronik GmbH
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
bool wxBrush::operator==(const wxBrush& brush) const
{
-#warning "this is incorrect (MGL too)"
+#warning "this is incorrect"
return m_refData == brush.m_refData;
}