예제 #1
0
파일: Panel.cpp 프로젝트: coeing/cframework
const GuiObjectPtr Panel::GetChildBefore( GuiObjectCPtr _spChild ) const
{
	Panel *pThis = const_cast< Panel* >( this );
	return pThis->GetChildBefore( _spChild );
}