diff options
| author | Christoffer Holmstedt <christoffer.holmstedt@gmail.com> | 2013-07-16 08:13:07 +0000 |
|---|---|---|
| committer | Christoffer Holmstedt <christoffer.holmstedt@gmail.com> | 2013-07-16 08:13:07 +0000 |
| commit | 5dfee0e64ecd76e42e15e4538dc742da19528997 (patch) | |
| tree | 26660a45199dddd4aca3f69947e4d23742b312e1 /src/rdf.h | |
| parent | Minor C++ish refactoring pass. (diff) | |
| download | inkscape-5dfee0e64ecd76e42e15e4538dc742da19528997.tar.gz inkscape-5dfee0e64ecd76e42e15e4538dc742da19528997.zip | |
Merging patch from Peter Liljenberg. License comparison is now done by comparing license URI and nothing else.
(bzr r12419.1.1)
Diffstat (limited to 'src/rdf.h')
| -rw-r--r-- | src/rdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ unsigned int rdf_set_work_entity(SPDocument * doc, * \return A pointer to the static RDF license structure * */ -struct rdf_license_t * rdf_get_license(SPDocument const * doc); +struct rdf_license_t * rdf_get_license(SPDocument *doc); /** * \brief Stores an RDF/License XML in the document XML |
