summaryrefslogtreecommitdiffhomepage
path: root/logic/work.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/work.hpp')
-rw-r--r--logic/work.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/work.hpp b/logic/work.hpp
index f0aae28a..f1d5e401 100644
--- a/logic/work.hpp
+++ b/logic/work.hpp
@@ -24,7 +24,7 @@
#include <tuple>
#include <functional>
-struct OPENTRACK_LOGIC_EXPORT Work
+struct OTR_LOGIC_EXPORT Work
{
using fn_t = std::function<void(bool)>;
using key_tuple = std::tuple<key_opts&, fn_t, bool>;