ClassIDs are now actually typeinfo name pointers.

I'll see, next, about the `instanceOf` thing, and going with
more normal RTTI routes.
This commit is contained in:
2025-08-09 05:11:24 -04:00
parent abbb7fdbf9
commit c107600de6
26 changed files with 51 additions and 50 deletions

View File

@ -145,7 +145,7 @@ protected:
//core::Iterator *iterator (Content::Type mask, bool atEnd);
public:
static int CLASS_ID;
static std::intptr_t CLASS_ID;
Image(const char *altText);
~Image();