From 13701b2304dd8e9e778572658268b4b47ea72805 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bodn=C3=A1r=20Zsombor?= <bodzsoaa@sch.bme.hu>
Date: Sat, 20 Feb 2021 22:38:28 +0100
Subject: [PATCH] Update include guards

---
 webchannel/muebchannel.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webchannel/muebchannel.h b/webchannel/muebchannel.h
index 9cc6ba7..b0d797a 100644
--- a/webchannel/muebchannel.h
+++ b/webchannel/muebchannel.h
@@ -1,5 +1,5 @@
-#ifndef LIBMUEB_MUEBTRANSMITTERCHANNEL_H_
-#define LIBMUEB_MUEBTRANSMITTERCHANNEL_H_
+#ifndef LIBMUEB_MUEBCHANNEL_H_
+#define LIBMUEB_MUEBCHANNEL_H_
 
 #include <QImage>
 #include <QObject>
@@ -38,4 +38,4 @@ class MuebChannel : public QObject {
   void FrameChanged(QPixmap frame);
 };
 
-#endif  // LIBMUEB_MUEBTRANSMITTERCHANNEL_H_
+#endif  // LIBMUEB_MUEBCHANNEL_H_
-- 
GitLab