include/rays/ruby/image.h in rays-0.1.7 vs include/rays/ruby/image.h in rays-0.1.8

- old
+ new

@@ -22,6 +22,20 @@ RUCY_DECLARE_VALUE_FROM_TO(Rays::Image) +namespace Rucy +{ + + + template <> inline Class + get_ruby_class<Rays::Image> () + { + return Rays::image_class(); + } + + +}// Rucy + + #endif//EOH