Removed wrong const.
This commit is contained in:
parent
18ff787947
commit
46f03638a2
@ -38,7 +38,7 @@ namespace nana
|
|||||||
nana::toolbar& widget;
|
nana::toolbar& widget;
|
||||||
std::size_t button;
|
std::size_t button;
|
||||||
|
|
||||||
void enable(bool enable_state) const;
|
void enable(bool enable_state);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct toolbar_events
|
struct toolbar_events
|
||||||
|
|||||||
@ -421,7 +421,7 @@ namespace nana
|
|||||||
//class drawer
|
//class drawer
|
||||||
|
|
||||||
// Item Proxy
|
// Item Proxy
|
||||||
void item_proxy::enable(bool enable_state) const
|
void item_proxy::enable(bool enable_state)
|
||||||
{
|
{
|
||||||
widget.enable(button, enable_state);
|
widget.enable(button, enable_state);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user