Declare class variables the right way.
[ruby-ecore.git] / src / ecore_evas / rb_ecore_evas.h
index b95c2dd585955a333d02e31cceb38316df775049..25d4209d31b99e7fd5f06ef9039b2b4d9c6f6d84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_ecore_evas.h 9 2004-06-19 19:53:47Z tilman $
+ * $Id: rb_ecore_evas.h 45 2004-07-26 11:00:14Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -21,7 +21,9 @@
 #ifndef __RB_ECORE_EVAS_H
 #define __RB_ECORE_EVAS_H
 
+#ifndef __RB_ECORE_EVAS_C
 VALUE cEcoreEvas;
+#endif
 
 void Init_EcoreEvas (void);