Get rid of an unused member field in the XRC sample
This fixes MSVC 14 warning about a local variable shadowing a class member and makes the code less confusing.
This commit is contained in:
@@ -63,7 +63,6 @@ private:
|
||||
void ClearCalculator();
|
||||
|
||||
wxNotebook *nb;
|
||||
wxTextCtrl *text;
|
||||
wxTextCtrl *result_txt;
|
||||
int current;
|
||||
int previous;
|
||||
|
Reference in New Issue
Block a user