automatic commit
[universe.git] / retina.h
index f562c49..a17f179 100644 (file)
--- a/retina.h
+++ b/retina.h
@@ -1,17 +1,6 @@
 
 
-////////////////////////////////////////////////////////////////////////////////
-// This program is free software; you can redistribute it and/or              //
-// modify it under the terms of the GNU General Public License                //
-// version 2 as published by the Free Software Foundation.                    //
-//                                                                            //
-// This program is distributed in the hope that it will be useful, but        //
-// WITHOUT ANY WARRANTY; without even the implied warranty of                 //
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU          //
-// General Public License for more details.                                   //
-//                                                                            //
-// Written and (C) by François Fleuret                                        //
-// Contact <francois.fleuret@epfl.ch> for comments & bug reports              //
-////////////////////////////////////////////////////////////////////////////////
+// Written and (C) by Francois Fleuret
+// Contact <francois.fleuret@idiap.ch> for comments & bug reports
 
 #ifndef RETINA_H
 #define RETINA_H
 
 #ifndef RETINA_H
 #define RETINA_H
@@ -113,7 +102,7 @@ public:
   void draw_on_universe(SimpleWindow *window);
   void draw_parameters(int x0, int y0, SimpleWindow *window);
 
   void draw_on_universe(SimpleWindow *window);
   void draw_parameters(int x0, int y0, SimpleWindow *window);
 
-  void save_as_ppm(char *filename);
+  void save_as_ppm(const char *filename);
 };
 
 #endif
 };
 
 #endif