diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 97e2bfafbf..e800fa5ff0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1697,7 +1697,7 @@ bool Application::acceptSnapshot(const QString& urlString) { SnapshotMetaData* snapshotData = Snapshot::parseSnapshotData(snapshotPath); if (snapshotData) { if (!snapshotData->getURL().toString().isEmpty()) { - DependencyManager::get()->handleLookupString(snapshotData->getURL().toString()); + DependencyManager::get()->handleLookupString(snapshotData->getURL().toString()); } } else { QMessageBox msgBox;