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