X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/906c935a80b10d53cecf57f71ab5f3f4f1d529ec..6f026b5b63fe7ccb025e84509886f74772b9df13:/src/dfb/brush.cpp?ds=sidebyside diff --git a/src/dfb/brush.cpp b/src/dfb/brush.cpp index 620a04aed9..c4935f602e 100644 --- a/src/dfb/brush.cpp +++ b/src/dfb/brush.cpp @@ -3,7 +3,6 @@ // Purpose: wxBrush class implementation // Author: Vaclav Slavik // Created: 2006-08-04 -// RCS-ID: $Id$ // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -85,7 +84,7 @@ wxBrush::wxBrush(const wxBitmap &stippleBitmap) bool wxBrush::operator==(const wxBrush& brush) const { -#warning "this is incorrect (MGL too)" +#warning "this is incorrect" return m_refData == brush.m_refData; }