Commit 06534305 authored by Davis King's avatar Davis King

fixed compile time error

parent c48e921c
...@@ -151,7 +151,7 @@ namespace dlib ...@@ -151,7 +151,7 @@ namespace dlib
#ifdef DLIB_USE_CUDA #ifdef DLIB_USE_CUDA
virtual const cuda::tensor_descriptor& get_cudnn_tensor_descriptor ( virtual const cuda::tensor_descriptor& get_cudnn_tensor_descriptor (
) const; ) const = 0;
#endif #endif
protected: protected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment