Removed wrong const.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace nana
|
||||
nana::toolbar& widget;
|
||||
std::size_t button;
|
||||
|
||||
void enable(bool enable_state) const;
|
||||
void enable(bool enable_state);
|
||||
};
|
||||
|
||||
struct toolbar_events
|
||||
|
||||
Reference in New Issue
Block a user