diff options
Diffstat (limited to 'src/pcache1.c')
-rw-r--r-- | src/pcache1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcache1.c b/src/pcache1.c index 92cf5adb9..9f2b29986 100644 --- a/src/pcache1.c +++ b/src/pcache1.c @@ -716,7 +716,7 @@ static void pcache1Destroy(sqlite3_pcache *p){ ** already provided an alternative. */ void sqlite3PCacheSetDefault(void){ - static sqlite3_pcache_methods defaultMethods = { + static const sqlite3_pcache_methods defaultMethods = { 0, /* pArg */ pcache1Init, /* xInit */ pcache1Shutdown, /* xShutdown */ |