diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2006-01-17 21:52:31 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2006-01-17 21:52:31 +0000 |
| commit | c4ae98ad75de9cfb5a38fb01c116a771350f339a (patch) | |
| tree | 561620a972f53c3c6edf9a8c612efd8127f89fe0 /lib/gui/elistbox.h | |
| parent | a9b18981b6d73a0a8e377b7b7078b7073dce48bc (diff) | |
| download | enigma2-c4ae98ad75de9cfb5a38fb01c116a771350f339a.tar.gz enigma2-c4ae98ad75de9cfb5a38fb01c116a771350f339a.zip | |
predeclare eListbox because it is used by iListboxContent
Diffstat (limited to 'lib/gui/elistbox.h')
| -rw-r--r-- | lib/gui/elistbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/elistbox.h b/lib/gui/elistbox.h index 719b54b2..df1c6915 100644 --- a/lib/gui/elistbox.h +++ b/lib/gui/elistbox.h @@ -4,6 +4,7 @@ #include <lib/gui/ewidget.h> #include <connection.h> +class eListbox; class eSlider; class iListboxContent: public iObject |
