fixed a debug message problem

This commit is contained in:
mbs 2023-03-06 20:03:36 +00:00
parent 682dcead3c
commit 7fc6473be0

View File

@ -2175,7 +2175,7 @@ void GEOM_Displayer::AfterErase( SALOME_View* v, const SALOME_OCCPrs* p )
void GEOM_Displayer::SetColor( const int color )
{
DBG_FUN();
ARG2(color,DWORD);
ARG2(color,unsigned long);
if ( color == -1 )
UnsetColor();
else