From f68b51a3f78922c547447db294fee8577447206a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 6 Dec 1998 15:46:13 +0000 Subject: Fixed an #include... git-svn-id: file:///fltk/svn/fltk/trunk@134 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/color_chooser.cxx | 6 +++--- 1 file 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 #include #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 $". // -- cgit v1.2.3