mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CComponents: rename hide() to hideCC()
There are too many name conflicts with hide-members in other classes.
This commit is contained in:
@@ -355,7 +355,7 @@ void CImageInfo::hide()
|
||||
{
|
||||
printf("[CImageInfo] [%s - %d] hide...\n", __FUNCTION__, __LINE__);
|
||||
if (cc_win){
|
||||
cc_win->hide();
|
||||
cc_win->hideCC();
|
||||
Clean();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user