mirror of https://github.com/davisking/dlib.git
fixed missing return
This commit is contained in:
parent
3b75b335c1
commit
2f7898dce6
|
@ -141,7 +141,7 @@ namespace dlib
|
|||
){}
|
||||
|
||||
inline int get_device (
|
||||
){}
|
||||
){ return 0; }
|
||||
|
||||
#endif // DLIB_USE_CUDA
|
||||
|
||||
|
|
Loading…
Reference in New Issue