Merge branch 'develop' of https://github.com/beru/nana into beru-develop
This commit is contained in:
@@ -758,7 +758,7 @@ namespace nana
|
||||
impl->label_text = std::move(label);
|
||||
}
|
||||
|
||||
//Instance for impl_ because implmenet is incomplete type at the point of declaration
|
||||
//Instance for impl_ because implement is incomplete type at the point of declaration
|
||||
inputbox::integer::~integer(){}
|
||||
|
||||
int inputbox::integer::value() const
|
||||
@@ -841,7 +841,7 @@ namespace nana
|
||||
impl->label_text = std::move(label);
|
||||
}
|
||||
|
||||
//Instance for impl_ because implmenet is incomplete type at the point of declaration
|
||||
//Instance for impl_ because implement is incomplete type at the point of declaration
|
||||
inputbox::real::~real(){}
|
||||
|
||||
double inputbox::real::value() const
|
||||
@@ -933,7 +933,7 @@ namespace nana
|
||||
impl_->label_text.swap(label);
|
||||
}
|
||||
|
||||
//Instance for impl_ because implmenet is incomplete type at the point of declaration
|
||||
//Instance for impl_ because implement is incomplete type at the point of declaration
|
||||
inputbox::text::~text(){}
|
||||
|
||||
void inputbox::text::tip_string(std::wstring tip)
|
||||
@@ -1054,7 +1054,7 @@ namespace nana
|
||||
impl_->label_text.swap(label);
|
||||
}
|
||||
|
||||
//Instance for impl_ because implmenet is incomplete type at the point of declaration
|
||||
//Instance for impl_ because implement is incomplete type at the point of declaration
|
||||
inputbox::date::~date(){}
|
||||
|
||||
::std::string inputbox::date::value() const
|
||||
@@ -1205,7 +1205,7 @@ namespace nana
|
||||
{
|
||||
}
|
||||
|
||||
//Instance for impl_ because implmenet is incomplete type at the point of declaration
|
||||
//Instance for impl_ because implement is incomplete type at the point of declaration
|
||||
inputbox::path::~path(){}
|
||||
|
||||
::std::string inputbox::path::value() const
|
||||
|
||||
Reference in New Issue
Block a user