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

Auto update and codes ("loadlang" etc) supported in the new Settings.

This commit is contained in:
John Preston
2016-08-27 11:52:05 -06:00
parent fdab386178
commit afab21372b
12 changed files with 318 additions and 17 deletions

View File

@@ -326,7 +326,7 @@ public:
}
lambda_wrap &operator=(const lambda_wrap &other) {
auto temp = other;
other.swap(*this);
temp.swap(*this);
return *this;
}