summaryrefslogtreecommitdiff
path: root/splash/SplashPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'splash/SplashPath.h')
-rw-r--r--splash/SplashPath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/splash/SplashPath.h b/splash/SplashPath.h
index e20d5335..95514b47 100644
--- a/splash/SplashPath.h
+++ b/splash/SplashPath.h
@@ -11,7 +11,7 @@
// All changes made under the Poppler project to this file are licensed
// under GPL version 2 or later
//
-// Copyright (C) 2018 Albert Astals Cid <aacid@kde.org>
+// Copyright (C) 2018, 2019 Albert Astals Cid <aacid@kde.org>
// Copyright (C) 2018 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
//
// To see a description of the changes please see the Changelog file that
@@ -75,7 +75,7 @@ public:
SplashPath(const SplashPath&) = delete;
SplashPath& operator=(const SplashPath&) = delete;
- SplashPath(SplashPath&& path);
+ SplashPath(SplashPath&& path) noexcept;
// Append <path> to <this>.
void append(SplashPath *path);