From ca79b65eea2653ecbf62eb0f1d0caf4ff6dea601 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 5 Jan 2020 17:10:23 -0500 Subject: Synchronizing LongTerm3 with default. Ideally this covers anything missed during the backport process. --- src/Style.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Style.h') diff --git a/src/Style.h b/src/Style.h index 1f7f02fe6..956a55b65 100644 --- a/src/Style.h +++ b/src/Style.h @@ -72,6 +72,7 @@ public: Style(); Style(const Style &source); + // Style objects should not be moved but MSVC 2015 requires this. Style(Style &&) = default; ~Style(); Style &operator=(const Style &source); -- cgit v1.2.3