Skip to content

Commit 5feede2

Browse files
committed
Rename WIN32OLE::Typelib as WIN32OLE::TypeLib
1 parent 049e5f0 commit 5feede2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/win32ole/win32ole_typelib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ VALUE cWIN32OLE_TYPELIB;
827827
void
828828
Init_win32ole_typelib(void)
829829
{
830-
cWIN32OLE_TYPELIB = rb_define_class_under(cWIN32OLE, "Typelib", rb_cObject);
830+
cWIN32OLE_TYPELIB = rb_define_class_under(cWIN32OLE, "TypeLib", rb_cObject);
831831
rb_define_const(rb_cObject, "WIN32OLE_TYPELIB", cWIN32OLE_TYPELIB);
832832
rb_define_singleton_method(cWIN32OLE_TYPELIB, "typelibs", foletypelib_s_typelibs, 0);
833833
rb_define_alloc_func(cWIN32OLE_TYPELIB, foletypelib_s_allocate);

0 commit comments

Comments
 (0)