compiler warning from mailing list
This commit is contained in:
parent
0ef043f0f8
commit
7a5f5cb009
|
@ -67,7 +67,7 @@ int LAYER_BOX_SELECTOR::GetChoice()
|
|||
// Get Current Layer
|
||||
LAYER_NUM LAYER_BOX_SELECTOR::GetLayerSelection() const
|
||||
{
|
||||
return (LAYER_NUM)((unsigned long) GetClientData( GetSelection() ) );
|
||||
return (LAYER_NUM)(intptr_t) GetClientData( GetSelection() );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue