remove const from pass-by-value parameters
This commit is contained in:
@@ -124,7 +124,7 @@ class wxWebKitStateChangedEvent : public wxCommandEvent
|
||||
{
|
||||
public:
|
||||
int GetState();
|
||||
void SetState(const int state);
|
||||
void SetState(int state);
|
||||
wxString GetURL();
|
||||
void SetURL(const wxString& url);
|
||||
|
||||
|
Reference in New Issue
Block a user