replace ASSERT(0) with useful fail messages
This commit is contained in:
+1
-1
@@ -1173,7 +1173,7 @@ XNode* NoteData::CreateNode() const
|
||||
|
||||
void NoteData::LoadFromNode( const XNode* pNode )
|
||||
{
|
||||
ASSERT(0);
|
||||
FAIL_M("NoteData::LoadFromNode() not implemented");
|
||||
}
|
||||
|
||||
template<typename ND, typename iter, typename TN>
|
||||
|
||||
Reference in New Issue
Block a user