aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop/qmpplugin.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-14 01:10:14 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-14 01:10:14 -0500
commit25db2afffa17d09b0f415a76d9a73a92f2c062bd (patch)
treeee91532af87fec5cb28d2d7c6e12e6654009d380 /qmidiplayer-desktop/qmpplugin.hpp
parent7830db71fa0160d7f40ea9b4650003019c2ff50c (diff)
downloadQMidiPlayer-25db2afffa17d09b0f415a76d9a73a92f2c062bd.tar.xz
Include path trimming.
Diffstat (limited to 'qmidiplayer-desktop/qmpplugin.hpp')
-rw-r--r--qmidiplayer-desktop/qmpplugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/qmpplugin.hpp b/qmidiplayer-desktop/qmpplugin.hpp
index 95ccbe4..ea6650e 100644
--- a/qmidiplayer-desktop/qmpplugin.hpp
+++ b/qmidiplayer-desktop/qmpplugin.hpp
@@ -4,7 +4,7 @@
#include <string>
#include <vector>
#define QMP_MAIN
-#include "../include/qmpcorepublic.hpp"
+#include "qmpcorepublic.hpp"
struct qmpPlugin
{
std::string name, version, path;