summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/efl/ffi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ffi.rb b/lib/efl/ffi.rb
index 72df658..5aca7eb 100644
--- a/lib/efl/ffi.rb
+++ b/lib/efl/ffi.rb
@@ -67,7 +67,7 @@ module Efl
@ptr
end
def === o
- @ptr === o.ptr
+ @ptr === o.to_ptr
end
def address
@ptr.address