Refactoring: use C++11 class member variable initialization
This commit is contained in:
parent
ee57c95aa6
commit
2337237d58
94 changed files with 218 additions and 377 deletions
|
@ -47,8 +47,7 @@ int GetKeyboardModifers() {
|
|||
|
||||
} // namespace
|
||||
|
||||
NotifyIconHost::NotifyIconHost()
|
||||
: next_icon_id_(1), atom_(0), instance_(NULL), window_(NULL) {
|
||||
NotifyIconHost::NotifyIconHost() {
|
||||
// Register our window class
|
||||
WNDCLASSEX window_class;
|
||||
base::win::InitializeWindowClass(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue