diff options
Diffstat (limited to 'src/lib/user_property.h')
| -rw-r--r-- | src/lib/user_property.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/user_property.h b/src/lib/user_property.h index 8b69b7687..ffbb99a5f 100644 --- a/src/lib/user_property.h +++ b/src/lib/user_property.h @@ -21,7 +21,7 @@ #ifndef DCPOMATIC_USER_PROPERTY_H #define DCPOMATIC_USER_PROPERTY_H -#include "locale_convert.h" +#include <dcp/locale_convert.h> class UserProperty { @@ -37,7 +37,7 @@ public: UserProperty (Category category_, std::string key_, T value_, std::string unit_ = "") : category (category_) , key (key_) - , value (locale_convert<std::string> (value_)) + , value (dcp::locale_convert<std::string> (value_)) , unit (unit_) {} |
