aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view3D/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/view3D/header.h')
-rw-r--r--src/graph/view3D/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/view3D/header.h b/src/graph/view3D/header.h
index ed4b5c45..53dd24ab 100644
--- a/src/graph/view3D/header.h
+++ b/src/graph/view3D/header.h
@@ -267,7 +267,7 @@ typedef struct _buttonStruct {
int buttonKey, pot, mask;
short buttonX, buttonY, buttonWidth, buttonHeight, xHalf, yHalf;
Window self;
- char *text;
+ const char* text;
int textColor,textHue,textShade;
} buttonStruct;