From 8b1507f77f7d265d2d0361f16734e77b0c7686cd Mon Sep 17 00:00:00 2001 From: Andrew Bell Date: Mon, 5 Mar 2018 11:27:17 -0500 Subject: [PATCH] PDAL_DLL test hook. --- pdal/PluginDirectory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdal/PluginDirectory.hpp b/pdal/PluginDirectory.hpp index 7a51eac5a6..d7e82482b5 100644 --- a/pdal/PluginDirectory.hpp +++ b/pdal/PluginDirectory.hpp @@ -57,7 +57,7 @@ class PluginDirectory std::map m_drivers; private: - static StringList test_pluginSearchPaths(); + PDAL_DLL static StringList test_pluginSearchPaths(); }; } // namespace pdal