Skip to content

Commit

Permalink
Quick and dirty fix for issue #5470
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest committed Aug 14, 2017
1 parent 8a5e0f3 commit 870e027
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mapserver.h
Expand Up @@ -1123,6 +1123,16 @@ extern "C" {


labelLeaderObj *leader; labelLeaderObj *leader;
}; };

#ifdef SWIG
#ifdef __cplusplus
extern "C" {
#endif
typedef struct labelObj labelObj;
#ifdef __cplusplus
}
#endif
#endif


#ifndef SWIG #ifndef SWIG
/* lightweight structure containing information to render a labelObj */ /* lightweight structure containing information to render a labelObj */
Expand Down

0 comments on commit 870e027

Please sign in to comment.