Skip to content

Commit

Permalink
Fixing the unresolved reference for the oracle plugin build (#4985)
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest committed Sep 3, 2014
1 parent 500860a commit 43597da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ void msPopulateTextSymbolForLabelAndString(textSymbolObj *ts, labelObj *l, char

int msLayerSupportsSorting(layerObj *layer);
void msLayerSetSort(layerObj *layer, const sortByClause* sortBy);
char* msLayerBuildSQLOrderBy(layerObj *layer);
MS_DLL_EXPORT char* msLayerBuildSQLOrderBy(layerObj *layer);

/* These are special because SWF is using these */
int msOGRLayerNextShape(layerObj *layer, shapeObj *shape);
Expand Down
2 changes: 1 addition & 1 deletion maptime.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int msParseTime(const char *string, struct tm *tm);
int msTimeMatchPattern(const char *timestring, const char *pattern);
void msSetLimitedPattersToUse(const char *patternstring);
void msUnsetLimitedPatternToUse(void);
int msTimeGetResolution(const char *timestring);
MS_DLL_EXPORT int msTimeGetResolution(const char *timestring);
void msTimeCleanup();

int msValidateTimeValue(const char *timestring, const char *timeextent);
Expand Down

0 comments on commit 43597da

Please sign in to comment.