summaryrefslogtreecommitdiffhomepage
path: root/logic
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-09-30 11:28:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-09-30 11:28:32 +0200
commit819e635af2b64213f1076eb4a99bba8c48cfdb68 (patch)
treec2bf5d3fd83ff6996d252f9477562e7e26234a89 /logic
parenta48349deb6a70631ae95e9e0505930949f1e8dac (diff)
remove camel case
Diffstat (limited to 'logic')
-rw-r--r--logic/runtime-libraries.cpp (renamed from logic/selected-libraries.cpp)0
-rw-r--r--logic/runtime-libraries.hpp (renamed from logic/selected-libraries.hpp)2
-rw-r--r--logic/tracker.h2
-rw-r--r--logic/work.hpp2
4 files changed, 3 insertions, 3 deletions
diff --git a/logic/selected-libraries.cpp b/logic/runtime-libraries.cpp
index fbe30fef..fbe30fef 100644
--- a/logic/selected-libraries.cpp
+++ b/logic/runtime-libraries.cpp
diff --git a/logic/selected-libraries.hpp b/logic/runtime-libraries.hpp
index 586f7a57..6cfd8b57 100644
--- a/logic/selected-libraries.hpp
+++ b/logic/runtime-libraries.hpp
@@ -29,7 +29,7 @@ struct runtime_event_handler
void run_events(ext_event_ordinal k, Pose& pose);
};
-struct OTR_LOGIC_EXPORT runtime_libraries : runtime_event_handler
+struct OTR_LOGIC_EXPORT runtime_libraries final : runtime_event_handler
{
using dylibptr = std::shared_ptr<dylib>;
diff --git a/logic/tracker.h b/logic/tracker.h
index 1151d16b..afd57112 100644
--- a/logic/tracker.h
+++ b/logic/tracker.h
@@ -14,7 +14,7 @@
#include "api/plugin-support.hpp"
#include "mappings.hpp"
#include "compat/euler.hpp"
-#include "selected-libraries.hpp"
+#include "runtime-libraries.hpp"
#include "spline/spline.hpp"
#include "main-settings.hpp"
diff --git a/logic/work.hpp b/logic/work.hpp
index fa0e5c90..1aff5260 100644
--- a/logic/work.hpp
+++ b/logic/work.hpp
@@ -14,7 +14,7 @@
#include "shortcuts.h"
#include "export.hpp"
#include "tracklogger.hpp"
-#include "logic/selected-libraries.hpp"
+#include "logic/runtime-libraries.hpp"
#include "api/plugin-support.hpp"
#include <QObject>