summaryrefslogtreecommitdiff
path: root/src/lib/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/screen.h')
-rw-r--r--src/lib/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/screen.h b/src/lib/screen.h
index cea5fe29c..5e8f1f975 100644
--- a/src/lib/screen.h
+++ b/src/lib/screen.h
@@ -40,7 +40,7 @@ public:
, trusted_devices (td)
{}
- Screen (cxml::ConstNodePtr);
+ explicit Screen (cxml::ConstNodePtr);
void as_xml (xmlpp::Element *) const;