Include wx/wx/bmpbuttn.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: univ/bmpbuttn.cpp
|
||||
// Name: src/univ/bmpbuttn.cpp
|
||||
// Purpose: wxBitmapButton implementation
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
@@ -25,9 +25,10 @@
|
||||
|
||||
#if wxUSE_BMPBUTTON
|
||||
|
||||
#include "wx/bmpbuttn.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/dc.h"
|
||||
#include "wx/bmpbuttn.h"
|
||||
#include "wx/validate.h"
|
||||
#endif
|
||||
|
||||
@@ -154,4 +155,3 @@ void wxBitmapButton::Release()
|
||||
}
|
||||
|
||||
#endif // wxUSE_BMPBUTTON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user