1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro

Removing the bitmask-esque values from the enumeration necessitates a
Heap version bump.
This commit is contained in:
Timothy Flynn 2022-12-11 17:15:45 -05:00 committed by Tim Flynn
parent b5fd96b7ac
commit 264db4fc40
Notes: sideshowbarker 2024-07-17 03:15:23 +09:00
3 changed files with 16 additions and 27 deletions

View file

@ -33,7 +33,7 @@ class Heap : public Core::Object {
C_OBJECT(Heap);
public:
static constexpr inline u32 current_version = 1;
static constexpr inline u32 current_version = 2;
virtual ~Heap() override;