Base: Use constant for Type::BadType instead Type::badType()

This commit is contained in:
Benjamin Nauck
2025-02-13 20:24:40 +01:00
parent 8e3a4483a4
commit 6bee97a5d2
5 changed files with 15 additions and 22 deletions

View File

@@ -126,7 +126,7 @@ public:
bool operator>=(const Type& type) const;
bool operator>(const Type& type) const;
static Type badType();
static const Type BadType;
static void init();
static void destruct();