summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);