summaryrefslogtreecommitdiff
path: root/FL/Fl_Single_Window.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Single_Window.H')
-rw-r--r--FL/Fl_Single_Window.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Single_Window.H b/FL/Fl_Single_Window.H
index 01878db5c..bab37b4dc 100644
--- a/FL/Fl_Single_Window.H
+++ b/FL/Fl_Single_Window.H
@@ -32,6 +32,7 @@
class FL_EXPORT Fl_Single_Window : public Fl_Window {
public:
void show();
+ /** Same as Fl_Window::show(int a, char **b) */
void show(int a, char **b) {Fl_Window::show(a,b);}
/**
@@ -45,8 +46,6 @@ public:
position, size, and label (title) string.
*/
Fl_Single_Window(int X, int Y, int W, int H, const char *l=0);
-
- int make_current();
};
#endif