Skip to content

Commit

Permalink
fix: unresolved external symbol _Graph_IsValid
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 8, 2018
1 parent 884b860 commit 1328a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LCUI/graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ LCUI_API int Graph_Quote(LCUI_Graph *self, LCUI_Graph *source,
LCUI_API int Graph_QuoteReadOnly(LCUI_Graph *self, const LCUI_Graph *source,
const LCUI_Rect *rect);

LCUI_BOOL Graph_IsValid(const LCUI_Graph *graph);
LCUI_API LCUI_BOOL Graph_IsValid(const LCUI_Graph *graph);

LCUI_API void Graph_GetValidRect(const LCUI_Graph *graph, LCUI_Rect *rect);

Expand Down

0 comments on commit 1328a2d

Please sign in to comment.