mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
components: fix wrong parameter
Origin commit data
------------------
Branch: ni/coolstream
Commit: ee1077dbad
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Origin message was:
------------------
*components: fix wrong parameter
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -43,10 +43,8 @@ class CComponents
|
||||
|
||||
virtual void setXPos(const int& xpos){x = xpos;};
|
||||
virtual void setYPos(const int& ypos){y = ypos;};
|
||||
virtual void setHeight(const int& h){width = h;};
|
||||
virtual void setWidth(const int& w){height = w;};
|
||||
|
||||
|
||||
virtual void setHeight(const int& h){height = h;};
|
||||
virtual void setWidth(const int& w){width = w;};
|
||||
};
|
||||
|
||||
class CComponentsDetailLine : public CComponents
|
||||
|
Reference in New Issue
Block a user