Unicode compilation fixes for OGL (patch #791967)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,7 +226,7 @@ class csEvtHandler: public wxShapeEvtHandler
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(csEvtHandler)
|
||||
public:
|
||||
csEvtHandler(wxShapeEvtHandler *prev = NULL, wxShape *shape = NULL, const wxString& lab = "");
|
||||
csEvtHandler(wxShapeEvtHandler *prev = NULL, wxShape *shape = NULL, const wxString& lab = wxEmptyString);
|
||||
~csEvtHandler();
|
||||
|
||||
void OnLeftClick(double x, double y, int keys = 0, int attachment = 0);
|
||||
|
Reference in New Issue
Block a user