Oops, forgot to do the same to cEvasObject.
[ruby-evas.git] / src / rb_evas_object.c
index 52a31f5f1790df934956072fd2c520b6cfa1bac0..7fe3298837ff962c589679dbdf4036ee9ca974ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_evas_object.c 38 2004-07-25 11:27:25Z tilman $
+ * $Id: rb_evas_object.c 46 2004-07-26 11:14:50Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
 
 #include <Evas.h>
 
+#define __RB_EVAS_OBJECT_C
 #include "rb_evas_main.h"
 #include "rb_evas.h"
 #include "rb_evas_object.h"
 
+VALUE cEvasObject;
 static VALUE parents;
 
 /* called by the child classes */