Skip to content

Commit

Permalink
Merge pull request #4807 from ghostoy/issue-4721
Browse files Browse the repository at this point in the history
Initialize members of `nw::Base` explicitly
  • Loading branch information
rogerwang committed May 4, 2016
2 parents 2960fd5 + 689ef1d commit 2affcd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/base/base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Base::Base(int id,
const std::string& extension_id)
: extension_id_(extension_id),
id_(id),
delay_destruction_(false),
pending_destruction_(false),
object_manager_(object_manager) {
}

Expand Down

0 comments on commit 2affcd1

Please sign in to comment.