| 12345678910111213 |
- Index: objects/custom/shape_info.h
- --- objects/custom/shape_info.h.orig 2004-08-16 09:56:15 +0200
- +++ objects/custom/shape_info.h 2006-01-02 21:50:52 +0100
- @@ -166,7 +166,7 @@
-
- void shape_info_realise(ShapeInfo* info);
- void shape_info_print(ShapeInfo *info);
- -void parse_path(ShapeInfo *info, const char *path_str, DiaSvgGraphicStyle *s);
- +static void parse_path(ShapeInfo *info, const char *path_str, DiaSvgGraphicStyle *s);
-
- /*MC 11/03 handy g_new0 variant for struct with variable size */
- #define g_new0_ext(struct_type, ext_size) \
|