summaryrefslogtreecommitdiff
path: root/test/color_chooser.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-06 15:46:13 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-06 15:46:13 +0000
commitf68b51a3f78922c547447db294fee8577447206a (patch)
treee1886332f9c63f5cb339e375e50272aa6cbbe35a /test/color_chooser.cxx
parentb9cb06b5a6d2a0cf0956ca65218f195bc75d71f5 (diff)
Fixed an #include...
git-svn-id: file:///fltk/svn/fltk/trunk@134 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/color_chooser.cxx')
-rw-r--r--test/color_chooser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx
index 6df40aa79..4ddf4cea3 100644
--- a/test/color_chooser.cxx
+++ b/test/color_chooser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: color_chooser.cxx,v 1.4 1998/10/21 14:21:20 mike Exp $"
+// "$Id: color_chooser.cxx,v 1.5 1998/12/06 15:46:13 mike Exp $"
//
// Color chooser test program for the Fast Light Tool Kit (FLTK).
//
@@ -36,7 +36,7 @@
#include <stdlib.h>
#include <stdio.h>
#ifndef WIN32
-#include "list_visuals.C"
+#include "list_visuals.cxx"
#endif
int width = 75;
@@ -146,5 +146,5 @@ int main(int argc, char ** argv) {
}
//
-// End of "$Id: color_chooser.cxx,v 1.4 1998/10/21 14:21:20 mike Exp $".
+// End of "$Id: color_chooser.cxx,v 1.5 1998/12/06 15:46:13 mike Exp $".
//