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 627a5c12da
commit c04a97a081

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