dia.patch 543 B

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