diff options
Diffstat (limited to 'credentials.hh')
-rw-r--r-- | credentials.hh | 2 |
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(); |