fix: Hotfix

This commit is contained in:
Tibo De Peuter 2024-11-15 14:50:01 +01:00
parent cd5209c3f2
commit 1abc2611c7
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 10 additions and 8 deletions

View file

@ -27,7 +27,7 @@ protected:
cl::Program program;
public:
bool GPUApplication::InitCL() {
bool InitCL() {
// Find a combination of a cl::Platform and cl::Device to run OpenCL
// -----------------------------------------------------------------
{
@ -189,4 +189,4 @@ protected:
};
#endif
#endif