summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r--src/bltGrLegd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h
index 0cbb39a..30fc6a6 100644
--- a/src/bltGrLegd.h
+++ b/src/bltGrLegd.h
@@ -39,6 +39,7 @@
#include "bltGrText.h"
class Graph;
+class Pick;
class Element;
class Legend;
@@ -101,7 +102,7 @@ typedef struct {
TextStyleOptions titleStyle;
} LegendOptions;
-class Legend {
+class Legend : public Pick {
public:
enum Position {RIGHT, LEFT, TOP, BOTTOM, PLOT, XY};