Browse Source

Changed ASSERT to VERIFY

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@21 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 22 years ago
parent
commit
7b94df133f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QuickPaste.cpp

+ 1 - 1
QuickPaste.cpp

@@ -126,7 +126,7 @@ void CQuickPaste::ShowQPasteWnd(CWnd *pParent, BOOL bAtPrevPos)
 	if( !IsWindow(m_pwndPaste->m_hWnd) )
 	{
 		// Create the window   
-		ASSERT( m_pwndPaste->Create(point, pParent) );
+		VERIFY( m_pwndPaste->Create(point, pParent) );
 	}
 
 	if((nPosition == POS_AT_CARET) ||