mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00: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:
parent
b5fd96b7ac
commit
264db4fc40
3 changed files with 16 additions and 27 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue