From 47685df9c8f5dc56f973425cfbdd4f1a25524ef8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Dec 2020 18:05:27 +0100 Subject: Fix Vulkan C++ bindings on Windows --- bindings/cxx/include/pugl/vulkan.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings/cxx') diff --git a/bindings/cxx/include/pugl/vulkan.hpp b/bindings/cxx/include/pugl/vulkan.hpp index e50cbd6..65d1e57 100644 --- a/bindings/cxx/include/pugl/vulkan.hpp +++ b/bindings/cxx/include/pugl/vulkan.hpp @@ -48,7 +48,7 @@ namespace pugl { */ /// @copydoc PuglVulkanLoader -class PUGL_API VulkanLoader final +class VulkanLoader final : public detail::Wrapper { public: @@ -99,7 +99,7 @@ public: This provides a minimal API that supports iteration, like `std::vector`, but avoids allocation, exceptions, and a dependency on the C++ standard library. */ -class PUGL_API StaticStringArray final +class StaticStringArray final { public: using value_type = const char*; -- cgit v1.2.1