Skip to content

Commit

Permalink
better variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Oct 7, 2023
1 parent 2e3a05b commit 083b0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gksql_redis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ GkSQLResult* GkRedisConnection::ExecuteQuery(
}

namespace {
GkSQLCreator<GkRedisConnection> SQLiteCreator("redis");
GkSQLCreator<GkRedisConnection> RedisCreator("redis");
}

#endif // HAS_REDIS

0 comments on commit 083b0ce

Please sign in to comment.