aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/src/lib/definitionref_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/syntax-highlighting/src/lib/definitionref_p.h')
-rw-r--r--src/libs/3rdparty/syntax-highlighting/src/lib/definitionref_p.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/src/lib/definitionref_p.h b/src/libs/3rdparty/syntax-highlighting/src/lib/definitionref_p.h
index 0bd805624dd..a7ef08f614f 100644
--- a/src/libs/3rdparty/syntax-highlighting/src/lib/definitionref_p.h
+++ b/src/libs/3rdparty/syntax-highlighting/src/lib/definitionref_p.h
@@ -30,10 +30,8 @@ class DefinitionRef
{
public:
DefinitionRef();
- explicit DefinitionRef(const Definition &def);
- explicit DefinitionRef(Definition &&def);
- DefinitionRef &operator=(const Definition &def);
- DefinitionRef &operator=(Definition &&def);
+ explicit DefinitionRef(const Definition &def) noexcept;
+ DefinitionRef &operator=(const Definition &def) noexcept;
Definition definition() const;