From ad8ae753d924f798fbe121b1091892bb383da07b Mon Sep 17 00:00:00 2001 From: Stefan Troeger Date: Sat, 25 Jan 2014 17:55:55 +0100 Subject: [PATCH] fix the precompiled redefinition problem --- src/Mod/Assembly/Gui/PreCompiled.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Mod/Assembly/Gui/PreCompiled.h b/src/Mod/Assembly/Gui/PreCompiled.h index 2f3bbc999..dd5b25bde 100644 --- a/src/Mod/Assembly/Gui/PreCompiled.h +++ b/src/Mod/Assembly/Gui/PreCompiled.h @@ -21,8 +21,8 @@ ***************************************************************************/ -#ifndef ASSEMGBLYGUI_PRECOMPILED_H -#define ASSEMGBLYGUI_PRECOMPILED_H +#ifndef ASSEMBLY_PRECOMPILED_H +#define ASSEMBLY_PRECOMPILED_H #include @@ -41,8 +41,8 @@ #ifdef _PreComp_ - -// Python + +// Python #include // standard @@ -72,7 +72,7 @@ #ifndef __Qt4All__ # include #endif - + #endif //_PreComp_ #endif // ASSEMGBLYGUI_PRECOMPILED_H