FEM: typo in ifndef of a header file
This commit is contained in:
parent
c11fdbe355
commit
5eb621cbfc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user