Oops, don't put extra quotation marks in the class names.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 22 Aug 2004 13:41:35 +0000 (13:41 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 22 Aug 2004 13:41:35 +0000 (13:41 +0000)
src/ecore/rb_event_handler.h

index a0fa0e15eaf61c43d6f9fd90bb2a9cb3ecda7c4e..c15844ffe3d6f600f9018fc4fcb82d713314fd94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_event_handler.h 77 2004-08-19 17:39:29Z tilman $
+ * $Id: rb_event_handler.h 86 2004-08-22 13:41:35Z tilman $
  *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
@@ -27,7 +27,7 @@
        ecore_event_handler_add (prefix##constname, on_ecore_event, \
                                 NULL); \
 \
-       (obj) = rb_define_class_under ((mod), #clsname, cEcoreEvent); \
+       (obj) = rb_define_class_under ((mod), (clsname), cEcoreEvent); \
        rb_define_private_method (rb_singleton_class ((obj)), \
                                  "new", NULL, 0); \
 \