Skip to content
Snippets Groups Projects
Commit 598af55e authored by slevy's avatar slevy
Browse files

Satisfy SGI CC: don't give default param value in implementation.

parent c13b3825
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ int Plot_inpick( Fl_Plot *plot ) { return plot->inpick(); } ...@@ -13,7 +13,7 @@ int Plot_inpick( Fl_Plot *plot ) { return plot->inpick(); }
void Plot_setpick( Fl_Plot *, void (*pickcb)(Fl_Plot *, int hits, int ents, GLuint *buf) ); void Plot_setpick( Fl_Plot *, void (*pickcb)(Fl_Plot *, int hits, int ents, GLuint *buf) );
Fl_Plot::Fl_Plot(int x, int y, int w, int h, const char *label = 0) Fl_Plot::Fl_Plot(int x, int y, int w, int h, const char *label)
: Fl_Gl_Window(x,y,w,h,label) { : Fl_Gl_Window(x,y,w,h,label) {
init(); init();
end(); end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment