Skip to content

Commit fe3518a

Browse files
committed
update def
1 parent cae78f6 commit fe3518a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/viewshed/constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
namespace viewshed
66
{
7-
DLL_API double const REFRACTION_COEFFICIENT{ 0.142860 };
8-
DLL_API double const EARTH_DIAMETER{ 12740000 };
7+
extern DLL_API const double REFRACTION_COEFFICIENT{ 0.142860 };
8+
extern DLL_API const double EARTH_DIAMETER{ 12740000 };
99
} // namespace viewshed

0 commit comments

Comments
 (0)