aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/node.h')
-rw-r--r--src/hyper/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/node.h b/src/hyper/node.h
index 43f4dc6b..38204487 100644
--- a/src/hyper/node.h
+++ b/src/hyper/node.h
@@ -255,7 +255,7 @@ typedef struct ButtonList {
typedef struct HyperDocPage {
short type; /* Normal, Quitbutton, Upbutton etc. */
- char *name; /* ID of page */
+ const char *name; /* ID of page */
char *filename; /* The name of the file in which the page
occurs, Null if not */
int scroll_off; /* The offset in the scrolling region */