diff --git a/include/wx/mac/uma.h b/include/wx/mac/uma.h index 4cbf9de724..344c1552e5 100644 --- a/include/wx/mac/uma.h +++ b/include/wx/mac/uma.h @@ -116,7 +116,7 @@ ControlHandle ::NewControl(WindowPtr owningWindow, //void UMAHiliteControl (ControlHandle theControl, // ControlPartCode hiliteState) ; void UMAShowControl (ControlHandle theControl) ; -//void UMAHideControl (ControlHandle theControl); +void UMAHideControl (ControlHandle theControl); //void UMASetControlVisibility (ControlHandle inControl, // Boolean inIsVisible, // Boolean inDoDraw);