From 39e1b2dada4dbf3ec48bad7f557facfa4b6a8463 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 3 Apr 2013 13:12:17 +0200 Subject: [PATCH] 0001080: Wrong header define PART_GEOMETRY_H in ProgressIndicator.h --- src/Mod/Part/App/ProgressIndicator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Part/App/ProgressIndicator.h b/src/Mod/Part/App/ProgressIndicator.h index bfe6daac2..3486de374 100644 --- a/src/Mod/Part/App/ProgressIndicator.h +++ b/src/Mod/Part/App/ProgressIndicator.h @@ -21,8 +21,8 @@ ***************************************************************************/ -#ifndef PART_GEOMETRY_H -#define PART_GEOMETRY_H +#ifndef PART_PROGRESSINDICATOR_H +#define PART_PROGRESSINDICATOR_H #include #include @@ -45,4 +45,4 @@ private: } -#endif // PART_GEOMETRY_H +#endif // PART_PROGRESSINDICATOR_H