mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed some possible compiling errors
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include "libskindesignerapi/skindesignerapi.h"
|
||||
#include "../libskindesignerapi/skindesignerapi.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -68,4 +68,4 @@ public:
|
||||
skindesignerapi::cTokenContainer *GetTokenContainerTab(int plugId, int viewId);
|
||||
};
|
||||
|
||||
#endif //__PLUGINMANAGER_H
|
||||
#endif //__PLUGINMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user