Update for reviews
This commit is contained in:
parent
b47d0e3e58
commit
767124c45c
5 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue