diff options
author | Max Horn | 2002-09-24 22:40:28 +0000 |
---|---|---|
committer | Max Horn | 2002-09-24 22:40:28 +0000 |
commit | 77d62a61d7d9a4256a24cc37057f515d123ecfeb (patch) | |
tree | 691581e4ffb4d55abb530b7007c72776af450f70 /common | |
parent | e946431af32cdbe343ca67d7298a501206bad119 (diff) | |
download | scummvm-rg350-77d62a61d7d9a4256a24cc37057f515d123ecfeb.tar.gz scummvm-rg350-77d62a61d7d9a4256a24cc37057f515d123ecfeb.tar.bz2 scummvm-rg350-77d62a61d7d9a4256a24cc37057f515d123ecfeb.zip |
fix for bug #613369; added some files to .cvsignore
svn-id: r5015
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index f3fcea129a..4e93350619 100644 --- a/common/system.h +++ b/common/system.h @@ -72,7 +72,7 @@ public: PROP_GET_FULLSCREEN = 7 }; union Property { - char *caption; + const char *caption; int cd_num; int gfx_mode; bool show_cursor; |