mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 04:11:05 +00:00
Fix compilation
svn path=/trunk/gtk-sharp/; revision=7749
This commit is contained in:
parent
a77fdc658c
commit
1a079be869
|
@ -128,7 +128,7 @@ namespace GtkSamples {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void DeleteCB (Object o, DeleteEventArgs args)
|
private static void DeleteCB (System.Object o, DeleteEventArgs args)
|
||||||
{
|
{
|
||||||
Application.Quit ();
|
Application.Quit ();
|
||||||
args.RetVal = true;
|
args.RetVal = true;
|
||||||
|
|
Loading…
Reference in a new issue