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 c2d2cfb commit ed2915cCopy full SHA for ed2915c
src/node_sqlite.cc
@@ -309,7 +309,7 @@ class CustomAggregate {
309
static inline void xStepBase(sqlite3_context* ctx,
310
int argc,
311
sqlite3_value** argv,
312
- Global<Function> CustomAggregate::* mptr) {
+ Global<Function> CustomAggregate::*mptr) {
313
CustomAggregate* self =
314
static_cast<CustomAggregate*>(sqlite3_user_data(ctx));
315
Environment* env = self->env_;
0 commit comments