source typo fixes pt5
+ cleaning up some more non-short-URLs Issue #2914
This commit is contained in:
@@ -89,7 +89,7 @@ Type BaseClass::getTypeId(void) const
|
||||
void BaseClass::initSubclass(Base::Type &toInit,const char* ClassName, const char *ParentName,
|
||||
Type::instantiationMethod method)
|
||||
{
|
||||
// dont't init twice!
|
||||
// don't init twice!
|
||||
assert(toInit == Base::Type::badType());
|
||||
// get the parent class
|
||||
Base::Type parentType(Base::Type::fromName(ParentName));
|
||||
|
||||
Reference in New Issue
Block a user