Accidental override on non inherited function, which strangely only broke the Windows build.

This commit is contained in:
Steve Atherton 2020-05-15 06:47:24 -07:00
parent 0538edf7e7
commit 7cc8e281f2
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,7 @@ public:
return f;
}
void freeUnmappedPage(LogicalPageID pageID, Version v) override {
void freeUnmappedPage(LogicalPageID pageID, Version v) {
// If v is older than the oldest version still readable then mark pageID as free as of the next commit
if (v < effectiveOldestVersion()) {
debug_printf("DWALPager(%s) op=freeNow %s @%" PRId64 " oldestVersion=%" PRId64 "\n", filename.c_str(),