aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/version.h')
-rw-r--r--engines/glk/alan3/version.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/engines/glk/alan3/version.h b/engines/glk/alan3/version.h
index e2056ab52a..56c4098a5c 100644
--- a/engines/glk/alan3/version.h
+++ b/engines/glk/alan3/version.h
@@ -31,24 +31,24 @@ namespace Alan3 {
typedef int64 Time;
struct Version {
- char *string;
- int version;
- int revision;
- int correction;
+ const char *string;
+ int version;
+ int revision;
+ int correction;
Time time;
- const char *state;
+ const char *state;
};
struct Product {
- const char *name;
- const char *slogan;
- const char *shortHeader;
- const char *longHeader;
- const char *date;
- const char *time;
- const char *user;
- const char *host;
- const char *ostype;
+ const char *name;
+ const char *slogan;
+ const char *shortHeader;
+ const char *longHeader;
+ const char *date;
+ const char *time;
+ const char *user;
+ const char *host;
+ const char *ostype;
Version version;
};