summaryrefslogtreecommitdiff
path: root/src/lib/user_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/user_property.h')
-rw-r--r--src/lib/user_property.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/user_property.h b/src/lib/user_property.h
index ffbb99a5f..fb597eeb6 100644
--- a/src/lib/user_property.h
+++ b/src/lib/user_property.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -18,11 +18,14 @@
*/
+
#ifndef DCPOMATIC_USER_PROPERTY_H
#define DCPOMATIC_USER_PROPERTY_H
+
#include <dcp/locale_convert.h>
+
class UserProperty
{
public:
@@ -47,4 +50,5 @@ public:
std::string unit;
};
+
#endif