replace wxWindowDC with wxDC in generic wxOverlayImpl too to fix compilation after r50886--50890 changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9ef6890f0b
commit
07c0e08a26
@ -45,13 +45,13 @@ public:
|
||||
// returns true if it has been setup
|
||||
bool IsOk();
|
||||
|
||||
void Init(wxWindowDC* dc, int x , int y , int width , int height);
|
||||
void Init(wxDC* dc, int x , int y , int width , int height);
|
||||
|
||||
void BeginDrawing(wxWindowDC* dc);
|
||||
void BeginDrawing(wxDC* dc);
|
||||
|
||||
void EndDrawing(wxWindowDC* dc);
|
||||
void EndDrawing(wxDC* dc);
|
||||
|
||||
void Clear(wxWindowDC* dc);
|
||||
void Clear(wxDC* dc);
|
||||
|
||||
private:
|
||||
wxBitmap m_bmpSaved ;
|
||||
|
Loading…
Reference in New Issue
Block a user