diff options
Diffstat (limited to 'lib/efl/ffi/ecore_getopt.rb')
-rw-r--r-- | lib/efl/ffi/ecore_getopt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/ffi/ecore_getopt.rb b/lib/efl/ffi/ecore_getopt.rb index c66312d..40cd81d 100644 --- a/lib/efl/ffi/ecore_getopt.rb +++ b/lib/efl/ffi/ecore_getopt.rb @@ -7,11 +7,11 @@ module Efl # module EcoreGetopt def self.method_missing m, *args, &block - return Efl::API.send 'ecore_getopt_'+m.to_s, *args, &block + return Efl::FFI.send 'ecore_getopt_'+m.to_s, *args, &block end end # - module API + module FFI # # ffi_lib 'ecore' |