Skip to content

Commit

Permalink
Fixed duplicate symbol when including this header twice in a project
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 30, 2019
1 parent 57cc7f4 commit 81b971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanosvg.h
Expand Up @@ -327,7 +327,7 @@ static void nsvg__parseElement(char* s,
(*endelCb)(ud, name);
}

int nsvg__parseXML(char* input,
static int nsvg__parseXML(char* input,
void (*startelCb)(void* ud, const char* el, const char** attr),
void (*endelCb)(void* ud, const char* el),
void (*contentCb)(void* ud, const char* s),
Expand Down

0 comments on commit 81b971d

Please sign in to comment.