mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 16:35:30 +00:00
gtk: Include ComboBoxText.cs in the build
Also add missing using statement.
This commit is contained in:
parent
9463e98ca2
commit
b0768d35f6
|
@ -20,6 +20,8 @@
|
|||
|
||||
namespace Gtk {
|
||||
|
||||
using System;
|
||||
|
||||
public partial class ComboBoxText {
|
||||
|
||||
protected ComboBoxText (bool has_entry) : base (IntPtr.Zero)
|
||||
|
|
|
@ -16,6 +16,7 @@ sources = \
|
|||
BindingAttribute.cs \
|
||||
CellAreaBox.cs \
|
||||
ChildPropertyAttribute.cs \
|
||||
ComboBoxText.cs \
|
||||
Global.cs \
|
||||
ITreeNode.cs \
|
||||
Key.cs \
|
||||
|
|
Loading…
Reference in a new issue