summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-22 16:10:32 (GMT)
committerjoye <joye>2014-04-22 16:10:32 (GMT)
commit6fb8c1eae842bac43db9151d5ce250bb7994160b (patch)
treec1665d485ae25e0fd2857b0ef7921cb768e366ad /src/bltGrLegd.h
parent9bbc91d625bdc4f4a8135a4f043cbc973b6edff7 (diff)
downloadblt-6fb8c1eae842bac43db9151d5ce250bb7994160b.zip
blt-6fb8c1eae842bac43db9151d5ce250bb7994160b.tar.gz
blt-6fb8c1eae842bac43db9151d5ce250bb7994160b.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r--src/bltGrLegd.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h
index 453f131..f4b27e1 100644
--- a/src/bltGrLegd.h
+++ b/src/bltGrLegd.h
@@ -38,7 +38,12 @@
#include <iomanip>
using namespace std;
-#include "bltGraph.h"
+#include "bltGrMisc.h"
+#include "bltText.h"
+
+class Graph;
+class Element;
+class Legend;
/*
* Selection related flags:
@@ -62,8 +67,6 @@ typedef enum {
SELECT_MODE_SINGLE, SELECT_MODE_MULTIPLE
} SelectMode;
-class Legend;
-
typedef struct {
Tk_3DBorder activeBg;
XColor* activeFgColor;