diff options
| author | Pietro Gagliardi <[email protected]> | 2018-08-12 09:24:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-08-12 09:24:51 -0400 |
| commit | 8d43eb52cef37f870c469224b30ea23bec48c3f1 (patch) | |
| tree | 2be626cc00e71d0117a7c2582c5c814bd20235c6 /editablecombobox.go | |
| parent | c91b665da35ce987c2143ebbc141c7d04b6c27c5 (diff) | |
Started fixing the build.
Diffstat (limited to 'editablecombobox.go')
| -rw-r--r-- | editablecombobox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editablecombobox.go b/editablecombobox.go index 53ea839..31db150 100644 --- a/editablecombobox.go +++ b/editablecombobox.go @@ -7,7 +7,7 @@ import ( ) // #include "ui.h" -// extern void doEditableComboboxOnChanged(uiCombobox *, void *); +// extern void doEditableComboboxOnChanged(uiEditableCombobox *, void *); import "C" // EditableCombobox is a Control that represents a drop-down list |
