moved enum to RMVARS.h

This commit is contained in:
David Parkhurst 2023-03-30 23:48:27 -06:00
parent 540451234f
commit 3f24bf1780

View File

@ -12,7 +12,7 @@ public:
{
::VarInit(this);
}
~CVar(void) throw()
~CVar(void) //throw()
{
Clear();
}