Oops, forgot to do the same to cEvasObject.
[ruby-evas.git] / src / rb_evas_object.h
index fee1a15f60e0381262e5cd65792723e7f1cc82b0..99190eae82f41ab7545d09d237c99f9fe918d75c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_evas_object.h 42 2004-07-25 16:08:00Z tilman $
+ * $Id: rb_evas_object.h 46 2004-07-26 11:14:50Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -23,7 +23,9 @@
 
 #define RUBY_EVAS_OBJECT_KEY "__RB_EVAS_OBJECT_OBJECT"
 
-VALUE cEvasObject;
+#ifndef __RB_EVAS_OBJECT_C
+extern VALUE cEvasObject;
+#endif
 
 void Init_EvasObject (void);