Skip to content

Commit

Permalink
Add namespace in parent class names
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Mar 31, 2010
1 parent b6c00fe commit 630596a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mysql_bindings_result.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See license text in LICENSE file

// static Persistent<String> fetchResult_symbol;

class MysqlSyncConn::MysqlSyncRes : public EventEmitter {
class MysqlSyncConn::MysqlSyncRes : public node::EventEmitter {
public:
static Persistent<FunctionTemplate> constructor_template;

Expand Down
2 changes: 1 addition & 1 deletion src/mysql_bindings_statement.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See license text in LICENSE file

// static Persistent<String> prepare_symbol;

class MysqlSyncConn::MysqlSyncStmt : public EventEmitter {
class MysqlSyncConn::MysqlSyncStmt : public node::EventEmitter {
public:
static Persistent<FunctionTemplate> constructor_template;

Expand Down

0 comments on commit 630596a

Please sign in to comment.