fix compiler errors/warnings for clang 5.0
This commit is contained in:
@@ -440,7 +440,7 @@ namespace nana{ namespace widgets
|
||||
);
|
||||
}
|
||||
|
||||
bool clear()
|
||||
bool clear() override
|
||||
{
|
||||
if (colored_areas_.empty())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user