include/opencl/platforminfo.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 280fd1542610af812ada54ad52e71ca674d65f27
Author: Tor Lillqvist <[email protected]>
Date:   Thu Nov 27 11:43:14 2014 +0200

    Try to fix MSVC build
    
    Change-Id: I24c48d2540a8cb7d2a823862d53cddf90d41f94a

diff --git a/include/opencl/platforminfo.hxx b/include/opencl/platforminfo.hxx
index 6c40c43..28c7ba8 100644
--- a/include/opencl/platforminfo.hxx
+++ b/include/opencl/platforminfo.hxx
@@ -43,6 +43,9 @@ struct OPENCL_DLLPUBLIC OpenCLPlatformInfo
     std::vector<OpenCLDeviceInfo> maDevices;
 
     OpenCLPlatformInfo();
+    ~OpenCLPlatformInfo()
+    {
+    }
 };
 
 OPENCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStream, const 
OpenCLPlatformInfo& rPlatform);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to