summaryrefslogtreecommitdiffstats
path: root/components/cloud_devices/common/printer_description.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/cloud_devices/common/printer_description.h')
-rw-r--r--components/cloud_devices/common/printer_description.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/cloud_devices/common/printer_description.h b/components/cloud_devices/common/printer_description.h
index c3ceee8..09c822b 100644
--- a/components/cloud_devices/common/printer_description.h
+++ b/components/cloud_devices/common/printer_description.h
@@ -313,7 +313,7 @@ struct Media {
struct Interval {
Interval();
Interval(int32 start, int32 end);
- Interval(int32 start);
+ explicit Interval(int32 start);
bool operator==(const Interval& other) const;
bool operator!=(const Interval& other) const { return !(*this == other); }