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:
@ -30,7 +30,7 @@ protected:
|
||||
core::GettingWidgetAtPointContext *context);
|
||||
|
||||
public:
|
||||
static int CLASS_ID;
|
||||
static std::intptr_t CLASS_ID;
|
||||
|
||||
Ruler ();
|
||||
~Ruler ();
|
||||
|
Reference in New Issue
Block a user