mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-07-01 10:18:24 +00:00
ParamSpec: Add override modifier to the ToString method
This remove a compilation warning.
This commit is contained in:
parent
d239b5cc4e
commit
0de6e9869d
|
@ -116,7 +116,7 @@ namespace GLib {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public string ToString ()
|
public override string ToString ()
|
||||||
{
|
{
|
||||||
GParamSpec spec = (GParamSpec) Marshal.PtrToStructure (Handle, typeof (GParamSpec));
|
GParamSpec spec = (GParamSpec) Marshal.PtrToStructure (Handle, typeof (GParamSpec));
|
||||||
GType valtype= new GType (spec.value_type);
|
GType valtype= new GType (spec.value_type);
|
||||||
|
|
Loading…
Reference in a new issue