Update for reviews

This commit is contained in:
Cheng Zhao 2016-07-02 10:36:11 +09:00
parent b47d0e3e58
commit 767124c45c
5 changed files with 6 additions and 6 deletions

View file

@ -119,7 +119,7 @@ void Browser::SetName(const std::string& name) {
}
int Browser::GetBadgeCount() {
return current_badge_count_;
return badge_count_;
}
bool Browser::OpenFile(const std::string& file_path) {