From ae776ed2ce0b4f3fc222f1df2327b58d3e81a5a0 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Fri, 27 Nov 2020 14:03:16 +0100 Subject: [PATCH] fixed ifndef typo --- homeconnect/integrationpluginhomeconnect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeconnect/integrationpluginhomeconnect.h b/homeconnect/integrationpluginhomeconnect.h index c2ea07bf..28f9b00e 100644 --- a/homeconnect/integrationpluginhomeconnect.h +++ b/homeconnect/integrationpluginhomeconnect.h @@ -29,7 +29,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef INTEGRATIONPLUGINHOMECONNECT_H -#define INTEGRATIONPLUGINHOMECONNECt_H +#define INTEGRATIONPLUGINHOMECONNECT_H #include "integrations/integrationplugin.h" #include "plugintimer.h"