Kaydet (Commit) 90879a4b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fixed DBG_ASSERT broken by recent commit.

üst 965303ca
...@@ -697,7 +697,7 @@ namespace pcr ...@@ -697,7 +697,7 @@ namespace pcr
pColorList = XColorList::GetStdColorList(); pColorList = XColorList::GetStdColorList();
DBG_ASSERT(pColorList, "OColorControl::OColorControl: no color table!"); DBG_ASSERT(pColorList.is(), "OColorControl::OColorControl: no color table!");
if ( pColorList.is() ) if ( pColorList.is() )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment