Merge pull request #28 from guh/fix-senic-ifdef

Fix ifdef condition
This commit is contained in:
Simon Stürz 2018-02-09 14:53:32 +01:00 committed by GitHub
commit 442bd4fbe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef DEVICEPLUGINELGATO_H
#define DEVICEPLUGINELGATO_H
#ifndef DEVICEPLUGINSENIC_H
#define DEVICEPLUGINSENIC_H
#include "plugintimer.h"
#include "plugin/deviceplugin.h"
@ -63,4 +63,4 @@ private slots:
};
#endif // DEVICEPLUGINELGATO_H
#endif // DEVICEPLUGINSENIC_H