code refine

This commit is contained in:
Jinhao
2016-12-19 07:38:51 +08:00
parent 9e21c898b9
commit 01f5b6acec
2 changed files with 43 additions and 24 deletions

View File

@@ -175,7 +175,7 @@ namespace nana
cell(cell&&) noexcept;
cell(::std::string) noexcept;
cell(::std::string, const format&);
cell(::std::string, const ::nana::color& bgcolor, const ::nana::color& fgcolor);
//cell(::std::string, const ::nana::color& bgcolor, const ::nana::color& fgcolor); //deprecated
cell& operator=(const cell&);
cell& operator=(cell&&) noexcept;