diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 38cd6e7..3907d6f 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -426,7 +426,7 @@ libs << elm_h('elm_panes.h', 'ElmPanes') #libs << elm_h('elm_photo.h', 'ElmX') #libs << elm_h('elm_plug.h', 'ElmX') #libs << elm_h('elm_progressbar.h', 'ElmX') -#libs << elm_h('elm_radio.h', 'ElmX') +libs << elm_h('elm_radio.h', 'ElmRadio') #libs << elm_h('elm_route.h', 'ElmX') #libs << elm_h('elm_scale.h', 'ElmX') #libs << elm_h('elm_scroll.h', 'ElmX') |