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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user