diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-02-22 11:34:15 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2017-02-22 11:34:15 +0000 |
| commit | dd2c89e3d5892bd01981044a4aa2be74bce2d86f (patch) | |
| tree | 8d55832e8419d39b2a8ad74448592672712f56b9 /src/libcroco/cr-parser.c | |
| parent | Improvements to fill between strokes and fill between many LPE's (diff) | |
| download | inkscape-dd2c89e3d5892bd01981044a4aa2be74bce2d86f.tar.gz inkscape-dd2c89e3d5892bd01981044a4aa2be74bce2d86f.zip | |
Finish partially completed "cr_selector_parse_from_buf" and make it publicly accessible.
(bzr r15538)
Diffstat (limited to 'src/libcroco/cr-parser.c')
| -rw-r--r-- | src/libcroco/cr-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcroco/cr-parser.c b/src/libcroco/cr-parser.c index 544b35ab0..4e50b5402 100644 --- a/src/libcroco/cr-parser.c +++ b/src/libcroco/cr-parser.c @@ -2002,7 +2002,7 @@ cr_parser_parse_simple_sels (CRParser * a_this, *Returns CR_OK upon successful completion, an error *code otherwise. */ -static enum CRStatus +enum CRStatus cr_parser_parse_selector (CRParser * a_this, CRSelector ** a_selector) { |
