diff options
author | Stanisław Halik <sthalik@misaki.pl> | 2015-08-28 10:20:08 +0200 |
---|---|---|
committer | Stanisław Halik <sthalik@misaki.pl> | 2015-08-28 10:20:08 +0200 |
commit | c5463fcedf2ed6e6cf75c7056071b26a3f3da08f (patch) | |
tree | a8debf6ea12b67de264ca11a2c5cc3315195575c /opentrack/plugin-api.hpp | |
parent | e8a00bc862d3231824d08a5b6adcd7c0113f174e (diff) |
fix typo
Diffstat (limited to 'opentrack/plugin-api.hpp')
-rw-r--r-- | opentrack/plugin-api.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/plugin-api.hpp b/opentrack/plugin-api.hpp index 572b7f31..732dbb3d 100644 --- a/opentrack/plugin-api.hpp +++ b/opentrack/plugin-api.hpp @@ -42,7 +42,7 @@ signals: } // implement this in all plugins -// also you must link against "opentrack-api" in CMakeList.txt to avoid vtable link errors +// also you must link against "opentrack-api" in CMakeLists.txt to avoid vtable link errors struct Metadata { // plugin name to be displayed in the interface |