mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 01:21:06 +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;
|
||||
}
|
||||
|
||||
private static void DeleteCB (Object o, DeleteEventArgs args)
|
||||
private static void DeleteCB (System.Object o, DeleteEventArgs args)
|
||||
{
|
||||
Application.Quit ();
|
||||
args.RetVal = true;
|
||||
|
|
Loading…
Reference in a new issue