2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Updated Xcode build for using standard library.

Also trying to use g++-6 for travis build.
This commit is contained in:
John Preston
2017-02-21 17:37:53 +03:00
parent ffc557a0f9
commit 755325fef3
24 changed files with 57 additions and 35 deletions

View File

@@ -895,7 +895,7 @@ std::unique_ptr<Preview> GeneratePreview(const QString &filepath, const CurrentD
return std::unique_ptr<Preview>();
}
result->preview = Generator(result->instance, data).generate();
return std::move(result);
return result;
}
int DefaultPreviewTitleHeight() {