Skip to content

Commit

Permalink
Adding missing initialization of cbConnect
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano committed Oct 22, 2011
1 parent fce911d commit c1d3223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.cc
@@ -1,7 +1,7 @@
// Copyright 2011 Mariano Iglesias <mgiglesias@gmail.com>
#include "./binding.h"

node_db::Binding::Binding(): node_db::EventEmitter(), connection(NULL) {
node_db::Binding::Binding(): node_db::EventEmitter(), connection(NULL), cbConnect(NULL) {
}

node_db::Binding::~Binding() {
Expand Down

0 comments on commit c1d3223

Please sign in to comment.