mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComonents: use allowPaint() as private, parameter as by rev
not used in sub classes
This commit is contained in:
@@ -78,7 +78,7 @@ void CComponents::initVarBasic()
|
||||
saved_screen.pixbuf = NULL;
|
||||
}
|
||||
|
||||
bool CComponents::allowPaint(int i)
|
||||
bool CComponents::allowPaint(const int& i)
|
||||
{
|
||||
if(v_fbdata[i].fbdata_type == CC_FBDATA_TYPE_BOX)
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user