Removed that EVAS_PREFIX stuff, it doesn't apply anymore.
[ruby-evas.git] / src / rb_text.c
index fcc70c403c2542f75340249ad92293233caee6ae..0c78d866fec7b11b583943e5df619be947f9d47e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_text.c 388 2006-10-07 14:39:24Z tilman $
- *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
  * This library is free software; you can redistribute it and/or
@@ -117,7 +115,7 @@ static VALUE c_font_source_set (VALUE self, VALUE val)
  */
 static VALUE c_get_font (VALUE self)
 {
-       char *font = NULL;
+       const char *font = NULL;
        Evas_Font_Size size = 0;
 
        GET_OBJ (self, RbEvasObject, e);