summaryrefslogtreecommitdiff
path: root/test/demo.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-18 20:23:29 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-18 20:23:29 +0000
commitdd0503576da04e77207e997ca5ababd81e3dc23d (patch)
tree640d9d10986bd872d242081a95a75fcdc392ffe9 /test/demo.cxx
parent1c399af44498c39958b18bf6fd963c97ae3c929e (diff)
Fix compiler warnings.
Add demo.menu and all xbm and xpm files in test directory to install list. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4292 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/demo.cxx')
-rw-r--r--test/demo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/demo.cxx b/test/demo.cxx
index 263ab5451..9859d0295 100644
--- a/test/demo.cxx
+++ b/test/demo.cxx
@@ -315,7 +315,7 @@ int load_the_menu(const char* fname)
}
int main(int argc, char **argv) {
- putenv("FLTK_DOCDIR=../documentation");
+ putenv((char *)"FLTK_DOCDIR=../documentation");
create_the_forms();
char buf[256];
strcpy(buf, argv[0]);