We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae78f6 commit fe3518aCopy full SHA for fe3518a
include/viewshed/constants.h
@@ -4,6 +4,6 @@
4
5
namespace viewshed
6
{
7
- DLL_API double const REFRACTION_COEFFICIENT{ 0.142860 };
8
- DLL_API double const EARTH_DIAMETER{ 12740000 };
+ extern DLL_API const double REFRACTION_COEFFICIENT{ 0.142860 };
+ extern DLL_API const double EARTH_DIAMETER{ 12740000 };
9
} // namespace viewshed
0 commit comments