summaryrefslogtreecommitdiff
path: root/graphics/asymptote/symbolmaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/symbolmaps.h')
-rw-r--r--graphics/asymptote/symbolmaps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/symbolmaps.h b/graphics/asymptote/symbolmaps.h
index 964899e0b6..d78e4b1563 100644
--- a/graphics/asymptote/symbolmaps.h
+++ b/graphics/asymptote/symbolmaps.h
@@ -148,7 +148,7 @@ namespace AsymptoteLsp
SymbolInfo(SymbolInfo const& symInfo) = default;
- SymbolInfo& operator=(SymbolInfo const& symInfo) noexcept = default;
+ SymbolInfo& operator=(SymbolInfo const& symInfo) = default;
SymbolInfo(SymbolInfo&& symInfo) noexcept :
name(std::move(symInfo.name)), type(std::move(symInfo.type)), pos(std::move(symInfo.pos))