diff options
author | Uli Schlachter <psychon@znc.in> | 2011-02-12 14:51:30 +0100 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2011-02-12 21:12:46 +0100 |
commit | 788bdec628ca004a73446414961f74e2443a8b06 (patch) | |
tree | eea107e6f078efa09688eb0d4a44f211f7444850 /src/cairo-path.c | |
parent | 12e41acf9c23618748036052f3403e6ece295796 (diff) |
Fix errors from src/check-plt.sh
All of these symbols are used in cairo-script-surface.c for emitting mesh
patterns.
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-path.c')
-rw-r--r-- | src/cairo-path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-path.c b/src/cairo-path.c index d9f08acc..bc5b731b 100644 --- a/src/cairo-path.c +++ b/src/cairo-path.c @@ -372,6 +372,7 @@ cairo_path_destroy (cairo_path_t *path) free (path); } +slim_hidden_def (cairo_path_destroy); /** * _cairo_path_create: |