Replace auto_ptr

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/20/head
Michele Calgaro 4 months ago
parent c650254e18
commit 55ea90e756
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -33,7 +33,7 @@ namespace {
static bool isUTF8(const KURL& url_) { static bool isUTF8(const KURL& url_) {
// read first line to check encoding // read first line to check encoding
std::auto_ptr<Tellico::FileHandler::FileRef> ref(Tellico::FileHandler::fileRef(url_)); std::unique_ptr<Tellico::FileHandler::FileRef> ref(Tellico::FileHandler::fileRef(url_));
if(!ref->isValid()) { if(!ref->isValid()) {
return false; return false;
} }

Loading…
Cancel
Save