diff options
| author | Andreas Oberritter <obi@saftware.de> | 2009-02-23 19:16:53 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2009-02-23 19:16:53 +0100 |
| commit | 5a6bde9419249a78c957093e0cc438d7c6eeb46c (patch) | |
| tree | 3b25aca2b3b98cba4360405737026d45825af0f5 /lib/gui | |
| parent | 4b8fe9d6650b7527b3c588f72540cea3c04423b9 (diff) | |
| download | enigma2-5a6bde9419249a78c957093e0cc438d7c6eeb46c.tar.gz enigma2-5a6bde9419249a78c957093e0cc438d7c6eeb46c.zip | |
fixed compile errors with g++ 4.3 and replaced some c headers by their
c++ counterparts
Diffstat (limited to 'lib/gui')
| -rw-r--r-- | lib/gui/elistboxcontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 64699013..6bb45590 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -73,7 +73,7 @@ public: void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected); int currentCursorSelectable(); void setList(SWIG_PYOBJECT(ePyObject) list); - void setFont(int fnt, gFont *fnt); + void setFont(int fnt, gFont *font); void setBuildFunc(SWIG_PYOBJECT(ePyObject) func); void setSelectableFunc(SWIG_PYOBJECT(ePyObject) func); void setItemHeight(int height); |
