aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/barrier/XScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/barrier/XScreen.h')
-rw-r--r--src/lib/barrier/XScreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/barrier/XScreen.h b/src/lib/barrier/XScreen.h
index 0cb511e..f8fe7a7 100644
--- a/src/lib/barrier/XScreen.h
+++ b/src/lib/barrier/XScreen.h
@@ -47,7 +47,7 @@ public:
trying to open the screen again.
*/
XScreenUnavailable(double timeUntilRetry);
- virtual ~XScreenUnavailable() _NOEXCEPT;
+ virtual ~XScreenUnavailable() noexcept;
//! @name manipulators
//@{
@@ -61,7 +61,7 @@ public:
//@}
protected:
- virtual String getWhat() const throw();
+ virtual std::string getWhat() const noexcept;
private:
double m_timeUntilRetry;