diff options
Diffstat (limited to 'Project/ConstantForm.h')
-rw-r--r-- | Project/ConstantForm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ConstantForm.h b/Project/ConstantForm.h index ab91a55..9f6be38 100644 --- a/Project/ConstantForm.h +++ b/Project/ConstantForm.h @@ -17,7 +17,7 @@ #ifndef CONSTANTFORM_H #define CONSTANTFORM_H -#include "ElementForm.h" +#include "base/ElementFormBase.h" class Constant; |