From 7337f89f4d69cc0e5fe3a72f9f6773ecf9b24cc5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 28 Mar 2017 11:00:31 +0200 Subject: start renaming internal macros as OPENTRACK_* to OTR_* --- options/value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/value.hpp') diff --git a/options/value.hpp b/options/value.hpp index 204fa15a..83529262 100644 --- a/options/value.hpp +++ b/options/value.hpp @@ -37,7 +37,7 @@ template struct value_type_traits> template using value_type_t = typename value_type_traits::type; } -class OPENTRACK_OPTIONS_EXPORT base_value : public QObject +class OTR_OPTIONS_EXPORT base_value : public QObject { Q_OBJECT friend class ::options::detail::connector; -- cgit v1.2.3