diff --git a/src/lib/tvgLoaderMgr.cpp b/src/lib/tvgLoaderMgr.cpp index 208ba794..a35dcd5d 100644 --- a/src/lib/tvgLoaderMgr.cpp +++ b/src/lib/tvgLoaderMgr.cpp @@ -56,7 +56,7 @@ unique_ptr LoaderMgr::loader(const char* path) return unique_ptr(new SvgLoader); #endif cout << "Non supported format: " << path << endl; - return unique_ptr(nullptr); + return nullptr; } #endif //_TVG_LOADER_MGR_CPP_ \ No newline at end of file