mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:15:30 +00:00
2005-07-01 Mike Kestner <mkestner@novell.com>
* generator/Parameters.cs : init allow_complex_refs to true to fix build. svn path=/trunk/gtk-sharp/; revision=46839
This commit is contained in:
parent
635ed16db4
commit
3c531aa299
|
@ -1,3 +1,8 @@
|
|||
2005-07-01 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* generator/Parameters.cs : init allow_complex_refs to true to fix
|
||||
build.
|
||||
|
||||
2005-06-30 Dan Winship <danw@novell.com>
|
||||
|
||||
* generator/Parameters.cs (AllowComplexRefs): new property for
|
||||
|
|
|
@ -310,7 +310,7 @@ namespace GtkSharp.Generation {
|
|||
set { is_static = value; }
|
||||
}
|
||||
|
||||
bool allow_complex_refs;
|
||||
bool allow_complex_refs = true;
|
||||
public bool AllowComplexRefs {
|
||||
get { return allow_complex_refs; }
|
||||
set { allow_complex_refs = value; }
|
||||
|
|
Loading…
Reference in a new issue