summaryrefslogtreecommitdiff
path: root/include/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-27 11:43:14 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-28 10:23:09 +0200
commitdb0610e7b2db24ebd55fe16ac18341c97c97e110 (patch)
treec3b01003d97af246e554bee1784bf142eafab434 /include/opencl
parenta11ba9c127546b38099b4729736ec70c43e59147 (diff)
Try to fix MSVC build
Change-Id: I24c48d2540a8cb7d2a823862d53cddf90d41f94a
Diffstat (limited to 'include/opencl')
-rw-r--r--include/opencl/platforminfo.hxx3
1 files changed, 3 insertions, 0 deletions
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<OpenCLDeviceInfo> maDevices;
OpenCLPlatformInfo();
+ ~OpenCLPlatformInfo()
+ {
+ }
};
OPENCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStream, const OpenCLPlatformInfo& rPlatform);