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

@@ -20,6 +20,9 @@
namespace nana
{
arg_combox::arg_combox(combox& wdg): widget(wdg)
{}
namespace drawerbase
{
namespace combox
@@ -29,7 +32,7 @@ namespace nana
{
public:
event_agent(::nana::combox& wdg)
: widget_{wdg}
: widget_(wdg)
{}
void first_change() override{} //empty, because combox does not have this event.