diff options
Diffstat (limited to 'ruby/paludis_ruby.cc')
-rw-r--r-- | ruby/paludis_ruby.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/paludis_ruby.cc b/ruby/paludis_ruby.cc index 661c62d60..292dda43b 100644 --- a/ruby/paludis_ruby.cc +++ b/ruby/paludis_ruby.cc @@ -156,7 +156,7 @@ namespace } RegisterRubyClass::RegisterRubyClass() : - Pimp<RegisterRubyClass>() + _imp() { } |