diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-27 11:43:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-27 11:44:20 +0200 |
commit | 280fd1542610af812ada54ad52e71ca674d65f27 (patch) | |
tree | 56b95187374f9b310bda2ad8717451c1606ed679 /include/opencl | |
parent | 28c7d76587fe3fce1d7544654f58a3028dc1d2fe (diff) |
Try to fix MSVC build
Change-Id: I24c48d2540a8cb7d2a823862d53cddf90d41f94a
Diffstat (limited to 'include/opencl')
-rw-r--r-- | include/opencl/platforminfo.hxx | 3 |
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); |