Various hacks.
[dcpomatic.git] / src / lib / poznan_encoder.h
index 2184e49ff3d3728a04db181acebb8e1f773a4523..91413493c136371563b825330606fc54607af308 100644 (file)
@@ -58,4 +58,5 @@ private:
        void (*_cuda_h_allocate_mem) (void **, uint64_t);
        void (*_cuda_memcpy_htd) (void *, void *, uint64_t);
        void (*_cuda_h_free) (void *);
+       void (*_check_cuda_error) (char const *);
 };