summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrAxis.h')
-rw-r--r--src/bltGrAxis.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bltGrAxis.h b/src/bltGrAxis.h
index 436c743..dfefa02 100644
--- a/src/bltGrAxis.h
+++ b/src/bltGrAxis.h
@@ -30,8 +30,8 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#ifndef _BLT_GR_AXIS_H
-#define _BLT_GR_AXIS_H
+#ifndef ___Blt_GrAxis_h__
+#define ___Blt_GrAxis_h__
#include <iostream>
#include <sstream>
@@ -145,7 +145,6 @@ typedef struct {
Tk_Font tickFont;
Tk_Font titleFont;
XColor* titleColor;
-
} AxisOptions;
class Axis {