Whitespace to Tabs.

This commit is contained in:
5cript
2018-01-26 02:38:33 +01:00
parent 1781e77e39
commit 18ff787947
2 changed files with 7 additions and 7 deletions

View File

@@ -35,10 +35,10 @@ namespace nana
{
struct item_proxy
{
nana::toolbar& widget;
std::size_t button;
nana::toolbar& widget;
std::size_t button;
void enable(bool enable_state) const;
void enable(bool enable_state) const;
};
struct toolbar_events