FEM: typo in ifndef of a header file
This commit is contained in:
committed by
Yorik van Havre
parent
627a5c12da
commit
c04a97a081
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user