Fix ifdef condition

master
Simon Stürz 2018-02-06 09:11:00 +01:00 committed by Michael Zanetti
parent 9a50c47256
commit 205bca9f32
1 changed files with 3 additions and 3 deletions

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