summaryrefslogtreecommitdiff
path: root/src/lib/user_property.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-03 22:35:30 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-03 22:35:30 +0200
commit2d4e8c5f69cc694625ad95dcee554499605f823b (patch)
treedb816ca461a0b45d6be27a1ce37b8a03dac16f3f /src/lib/user_property.h
parent16e560c3815b52609de103b45c1d5d2cbf155b97 (diff)
C++11 tidying.
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