[Libreoffice-commits] core.git: include/opencl
Tor Lillqvist
tml at collabora.com
Thu Nov 27 01:52:13 PST 2014
include/opencl/platforminfo.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 280fd1542610af812ada54ad52e71ca674d65f27
Author: Tor Lillqvist <tml at collabora.com>
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);
More information about the Libreoffice-commits
mailing list