predeclare eListbox because it is used by iListboxContent
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 17 Jan 2006 21:52:31 +0000 (21:52 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 17 Jan 2006 21:52:31 +0000 (21:52 +0000)
lib/gui/elistbox.h

index 719b54b..df1c691 100644 (file)
@@ -4,6 +4,7 @@
 #include <lib/gui/ewidget.h>
 #include <connection.h>
 
+class eListbox;
 class eSlider;
 
 class iListboxContent: public iObject