aboutsummaryrefslogtreecommitdiff
path: root/src/findbar.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-12 22:48:18 +0200
committerjcid <devnull@localhost>2008-09-12 22:48:18 +0200
commit1289d19d8b8ccebb8a67adaece6ca8b6a92d2ac8 (patch)
treed9a88a546225e809ba4fedb6bb1d5437d02575a6 /src/findbar.hh
parentb4a7fddab9a30824c5c2bdfdf24e969938e5ed4e (diff)
- Fixed a crash bug with repush and non-viewable content.
Diffstat (limited to 'src/findbar.hh')
-rw-r--r--src/findbar.hh6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/findbar.hh b/src/findbar.hh
index db803140..b5591889 100644
--- a/src/findbar.hh
+++ b/src/findbar.hh
@@ -9,9 +9,6 @@
#include <fltk/Group.h>
#include <fltk/CheckButton.h>
-// simple declaration to avoid circular include
-class UI;
-
using namespace fltk;
/*
@@ -22,7 +19,6 @@ class Findbar : public Group {
Button *clrb;
HighlightButton *hidebutton;
xpmImage *hideImg;
- UI *ui;
Input *i;
CheckButton *cb;
@@ -31,7 +27,7 @@ class Findbar : public Group {
static void hide_cb (Widget *, void *);
public:
- Findbar(int width, int height, UI *ui);
+ Findbar(int width, int height);
~Findbar();
int handle(int event);
void show();