From 280fd1542610af812ada54ad52e71ca674d65f27 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 27 Nov 2014 11:43:14 +0200 Subject: Try to fix MSVC build Change-Id: I24c48d2540a8cb7d2a823862d53cddf90d41f94a --- include/opencl/platforminfo.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/opencl') diff --git a/include/opencl/platforminfo.hxx b/include/opencl/platforminfo.hxx index 6c40c438ed5a..28c7ba8c61a5 100644 --- a/include/opencl/platforminfo.hxx +++ b/include/opencl/platforminfo.hxx @@ -43,6 +43,9 @@ struct OPENCL_DLLPUBLIC OpenCLPlatformInfo std::vector maDevices; OpenCLPlatformInfo(); + ~OpenCLPlatformInfo() + { + } }; OPENCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStream, const OpenCLPlatformInfo& rPlatform); -- cgit