mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 06:13:55 -07:00
Remove and instance of GtkObject
This commit is contained in:
parent
a3ead11605
commit
179f8a3a9e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ void on_about1_activate(GtkMenuItem * menuitem, gpointer user_data);
|
||||||
|
|
||||||
void on_btnStart_clicked(GtkButton * button, gpointer user_data);
|
void on_btnStart_clicked(GtkButton * button, gpointer user_data);
|
||||||
|
|
||||||
void on_wndMain_destroy(GtkObject * object, gpointer user_data);
|
void on_wndMain_destroy(GtkWidget * object, gpointer user_data);
|
||||||
|
|
||||||
void on_btnStop_clicked(GtkButton * button, gpointer user_data);
|
void on_btnStop_clicked(GtkButton * button, gpointer user_data);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue