mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
initialize not initialized var
This commit is contained in:
@@ -72,7 +72,7 @@ class CBox
|
||||
|
||||
public:
|
||||
/* Constructor */
|
||||
inline CBox(){;};
|
||||
inline CBox(){iY = 0; iX = 0; iWidth = 0;iHeight = 0;};
|
||||
inline CBox( const int _iX, const int _iY, const int _iWidth, const int _iHeight){iX=_iX; iY=_iY; iWidth=_iWidth; iHeight=_iHeight;};
|
||||
inline ~CBox(){;};
|
||||
/* Functions */
|
||||
|
Reference in New Issue
Block a user