Skip to content

Commit 3bea1f0

Browse files
committed
Style
1 parent 8bb7721 commit 3bea1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/CacheVector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ class CacheElement : public ElementBase, public P
881881
void reset(thread_db* tdbb, bool erase) override
882882
{
883883
storeObject(tdbb, nullptr, erase ? CacheFlag::ERASED : 0);
884-
P::reloadAst(tdbb, erase);
884+
Permanent::reloadAst(tdbb, erase);
885885
}
886886

887887
public:

0 commit comments

Comments
 (0)