elementary: fix global declaration

Don't DEFINE a global in a header, DECLARE it instead!
This fixes link on macOS.
This commit is contained in:
Jean Guyomarc'h 2017-05-22 19:39:10 +02:00
parent a6d9d3119e
commit cc4e101ba1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
* @see Elm_Cnp_Event_Selection_Changed
* @since 1.20
*/
EAPI int ELM_CNP_EVENT_SELECTION_CHANGED;
EAPI extern int ELM_CNP_EVENT_SELECTION_CHANGED;
/**
* Defines the types of selection property names.