fixed compile time error

This commit is contained in:
Davis King 2015-12-01 20:11:00 -05:00
parent c48e921c52
commit 06534305e4
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ namespace dlib
#ifdef DLIB_USE_CUDA
virtual const cuda::tensor_descriptor& get_cudnn_tensor_descriptor (
) const;
) const = 0;
#endif
protected: