ext/gdal-ruby/ogr/ogr.cpp in gdal-0.0.2 vs ext/gdal-ruby/ogr/ogr.cpp in gdal-0.0.3

- old
+ new

@@ -18638,10 +18638,10 @@ } /* Setup exception handling */ UseExceptions(); - rb_require("gdal/osr"); + rb_require("gdal-ruby/osr"); SwigClassDriver.klass = rb_define_class_under(mOgr, "Driver", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_OGRDriverShadow, (void *) &SwigClassDriver); rb_undef_alloc_func(SwigClassDriver.klass); rb_define_method(SwigClassDriver.klass, "name", VALUEFUNC(_wrap_Driver_name_get), -1);