ports/math/graphthing/files/patch-src-gui.h
Pav Lucistnik b7936593e0 - Fix build on gcc-3.4
PR:		ports/78017
Submitted by:	Johan van Selst <johans@stack.nl>
2005-02-25 21:49:44 +00:00

19 lines
415 B
C++

--- src/gui.h.orig Thu Feb 24 14:11:10 2005
+++ src/gui.h Thu Feb 24 14:11:12 2005
@@ -140,7 +140,6 @@ public:
class ParamDialog : public Gtk::Dialog
{
protected:
- void ok_click ();
virtual int delete_event_impl (GdkEventAny *ev);
virtual void get_data () = 0;
@@ -148,6 +147,7 @@ protected:
public:
bool cancelled;
+ void ok_click ();
ParamDialog (const String &title = "Prefab Parameter");
};