get ready for Linux

This commit is contained in:
cnjinhao
2015-02-04 10:26:08 +08:00
parent ec78324743
commit fd5ff571a7
27 changed files with 180 additions and 176 deletions

View File

@@ -18,7 +18,7 @@
namespace nana
{
arg_textbox::arg_textbox(textbox& wdg)
: widget{wdg}
: widget(wdg)
{}
namespace drawerbase {