summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxis.h
diff options
context:
space:
mode:
authorjoye <joye>2014-07-03 21:02:27 (GMT)
committerjoye <joye>2014-07-03 21:02:27 (GMT)
commitef198d617f331ec83d70217a270123910556c6fb (patch)
treec6dcf6a37c96dc5b3266695711dbc343b1b7c90d /src/bltGrAxis.h
parent551ee12095b9cabfee787bb5ef59cce7d2ecb4df (diff)
downloadblt-ef198d617f331ec83d70217a270123910556c6fb.zip
blt-ef198d617f331ec83d70217a270123910556c6fb.tar.gz
blt-ef198d617f331ec83d70217a270123910556c6fb.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrAxis.h')
-rw-r--r--src/bltGrAxis.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/bltGrAxis.h b/src/bltGrAxis.h
index 28492e2..1d82f76 100644
--- a/src/bltGrAxis.h
+++ b/src/bltGrAxis.h
@@ -85,10 +85,16 @@ namespace Blt {
char* string;
} TickLabel;
- typedef struct {
+ class Ticks {
+ public:
int nTicks;
double* values;
- } Ticks;
+
+ public:
+ Ticks();
+ Ticks(int);
+ virtual ~Ticks();
+ };
typedef struct {
double initial;