summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.h
diff options
context:
space:
mode:
authorjoye <joye>2014-06-02 17:43:18 (GMT)
committerjoye <joye>2014-06-02 17:43:18 (GMT)
commitc7f69dceaed915906668278c317c592721b938f9 (patch)
tree0d2493f93ea7c917b7d9255f59e79a72653885c4 /src/bltGrLegd.h
parentf8a01906e319c1d68d96f6bf20510cf771f6e7e3 (diff)
downloadblt-c7f69dceaed915906668278c317c592721b938f9.zip
blt-c7f69dceaed915906668278c317c592721b938f9.tar.gz
blt-c7f69dceaed915906668278c317c592721b938f9.tar.bz2
*** empty log message ***
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};