Set unique include guard

Otherwise the code will not compile if both, lan and bluetooth are
enabled.
This commit is contained in:
Àlex Fiestas 2017-05-24 23:26:35 +02:00
parent 6792b45fae
commit 11a01d2f4e
No known key found for this signature in database
GPG key ID: 60AC676CEC24059E

View file

@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KDECONNECT_LANPAIRINGHANDLER_H
#define KDECONNECT_LANPAIRINGHANDLER_H
#ifndef KDECONNECT_BLUETOOTHPAIRINGHANDLER_H
#define KDECONNECT_BLUETOOTHPAIRINGHANDLER_H
#include "device.h"
#include "../devicelink.h"
@ -64,4 +64,4 @@ protected:
};
#endif //KDECONNECT_LANPAIRINGHANDLER_H
#endif //KDECONNECT_BLUETOOTHPAIRINGHANDLER_H