mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
CTextBox: initialize variables in constructor (style)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4007cf4a6d
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-26 (Sun, 26 Aug 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -72,7 +72,7 @@ class CBox
|
||||
|
||||
public:
|
||||
/* Constructor */
|
||||
inline CBox(){iY = 0; iX = 0; iWidth = 0;iHeight = 0;};
|
||||
inline CBox(){iX=0; iY=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