Set unique include guard
Otherwise the code will not compile if both, lan and bluetooth are enabled.
This commit is contained in:
parent
6792b45fae
commit
11a01d2f4e
1 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef KDECONNECT_LANPAIRINGHANDLER_H
|
#ifndef KDECONNECT_BLUETOOTHPAIRINGHANDLER_H
|
||||||
#define KDECONNECT_LANPAIRINGHANDLER_H
|
#define KDECONNECT_BLUETOOTHPAIRINGHANDLER_H
|
||||||
|
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
#include "../devicelink.h"
|
#include "../devicelink.h"
|
||||||
|
@ -64,4 +64,4 @@ protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif //KDECONNECT_LANPAIRINGHANDLER_H
|
#endif //KDECONNECT_BLUETOOTHPAIRINGHANDLER_H
|
||||||
|
|
Loading…
Reference in a new issue