fixed spelling
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
class resourceWithThatNameIsAlreadyInstalled {};
|
||||
class dynamicMemoryAllocationFailed {};
|
||||
class entryDidntRespondToDestroyVirtualFunction {};
|
||||
class sizeExceedsIndexesMaxIndexWith {};
|
||||
class sizeExceedsMaxIndexWidth {};
|
||||
|
||||
resTable (unsigned nHashTableEntries);
|
||||
|
||||
@@ -329,7 +329,7 @@ resTable<T,ID>::resTable (unsigned nHashTableEntries) :
|
||||
}
|
||||
|
||||
if ( nbits > ID::maxIndexBitWidth ) {
|
||||
throw sizeExceedsIndexesMaxIndexWith ();
|
||||
throw sizeExceedsMaxIndexWidth ();
|
||||
}
|
||||
|
||||
//
|
||||
@@ -588,7 +588,6 @@ resTable<T,ID>::~resTable()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//////////////////////////////////////////
|
||||
// chronIntIdResTable<ITEM> member functions
|
||||
//////////////////////////////////////////
|
||||
|
||||
@@ -111,7 +111,7 @@ public:
|
||||
class resourceWithThatNameIsAlreadyInstalled {};
|
||||
class dynamicMemoryAllocationFailed {};
|
||||
class entryDidntRespondToDestroyVirtualFunction {};
|
||||
class sizeExceedsIndexesMaxIndexWith {};
|
||||
class sizeExceedsMaxIndexWidth {};
|
||||
|
||||
resTable (unsigned nHashTableEntries);
|
||||
|
||||
@@ -329,7 +329,7 @@ resTable<T,ID>::resTable (unsigned nHashTableEntries) :
|
||||
}
|
||||
|
||||
if ( nbits > ID::maxIndexBitWidth ) {
|
||||
throw sizeExceedsIndexesMaxIndexWith ();
|
||||
throw sizeExceedsMaxIndexWidth ();
|
||||
}
|
||||
|
||||
//
|
||||
@@ -588,7 +588,6 @@ resTable<T,ID>::~resTable()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//////////////////////////////////////////
|
||||
// chronIntIdResTable<ITEM> member functions
|
||||
//////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user