From 10b758aa403704b12f1f9deafcfd03095eb73b52 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Fri, 27 Dec 2013 15:26:59 +0100 Subject: [PATCH] Fix include guard --- application/stationitem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/stationitem.h b/application/stationitem.h index 384df0d..126dc26 100644 --- a/application/stationitem.h +++ b/application/stationitem.h @@ -19,8 +19,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef STATIONSCHEDULEITEM_H -#define STATIONSCHEDULEITEM_H +#ifndef STATIONITEM_H +#define STATIONITEM_H #include #include @@ -53,4 +53,4 @@ private: QSharedDataPointer d; }; -#endif // STATIONSCHEDULEITEM_H +#endif // STATIONITEM_H -- 1.7.9.5