summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-06-27 18:40:13 (GMT)
committerjoye <joye>2014-06-27 18:40:13 (GMT)
commit47c3b1013b75080fea9fbd63b8d5c80971e9902b (patch)
tree049700d4d4f553fa9e8249a54c6f92a5c311d0bb /src
parentb0ed1456d0bf886660a493a0ead456db6752ee5d (diff)
downloadblt-47c3b1013b75080fea9fbd63b8d5c80971e9902b.zip
blt-47c3b1013b75080fea9fbd63b8d5c80971e9902b.tar.gz
blt-47c3b1013b75080fea9fbd63b8d5c80971e9902b.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltGraph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h
index 0513f34..9964ae7 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -40,6 +40,7 @@ extern "C" {
#include "bltGrText.h"
class Graph;
+class Crosshairs;
class Element;
class Legend;
class Pen;
@@ -52,7 +53,6 @@ class Pick {
namespace Blt {
class Axis;
class BindTable;
- class Crosshairs;
class Marker;
class Postscript;
class PSOutput;
@@ -149,7 +149,7 @@ class Graph : public Pick {
Blt_Chain axisChain_[4];
Legend* legend_;
- Blt::Crosshairs* crosshairs_;
+ Crosshairs* crosshairs_;
Blt::Postscript* postscript_;
int inset_;