We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2a144 commit a45872bCopy full SHA for a45872b
1 file changed
src/node_sqlite.cc
@@ -387,7 +387,7 @@ class CustomAggregate {
387
static inline void xStepBase(sqlite3_context* ctx,
388
int argc,
389
sqlite3_value** argv,
390
- Global<Function> CustomAggregate::* mptr) {
+ Global<Function> CustomAggregate::*mptr) {
391
CustomAggregate* self =
392
static_cast<CustomAggregate*>(sqlite3_user_data(ctx));
393
Environment* env = self->env_;
0 commit comments