summaryrefslogtreecommitdiffstats
path: root/credentials.hh
diff options
context:
space:
mode:
Diffstat (limited to 'credentials.hh')
-rw-r--r--credentials.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/credentials.hh b/credentials.hh
index 6e59c6b..6762b1a 100644
--- a/credentials.hh
+++ b/credentials.hh
@@ -29,7 +29,7 @@ class SensitiveData
public:
SensitiveData(size_t bytes);
SensitiveData(std::string&& data);
- SensitiveData& operator=(SensitiveData&&);
+ SensitiveData& operator=(SensitiveData&&) noexcept;
~SensitiveData();
void clear();