FEM: typo in ifndef of a header file

This commit is contained in:
Bernd Hahnebach 2016-12-20 18:10:57 +01:00 committed by Yorik van Havre
parent c11fdbe355
commit 5eb621cbfc

View File

@ -21,8 +21,8 @@
***************************************************************************/
#ifndef IMAGE_WORKBENCH_H
#define IMAGE_WORKBENCH_H
#ifndef FEM_WORKBENCH_H
#define FEM_WORKBENCH_H
#include <Gui/Workbench.h>
@ -47,4 +47,4 @@ protected:
} // namespace FemGui
#endif // IMAGE_WORKBENCH_H
#endif // FEM_WORKBENCH_H