undo unwanted change in 777d305

This commit is contained in:
Sébastien Loriot 2018-06-11 22:09:37 +02:00
parent 0aa8059b1a
commit ef09d971e2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
#else // CGAL_HEADER_ONLY
#define CGAL_GLOBAL_STATE_VAR(TYPE, NAME, VALUE) \
CGAL_EXPORT extern TYPE NAME; \
CGAL_CORE_EXPORT extern TYPE NAME; \
inline TYPE& get_static_##NAME() \
{ \
return NAME; \