diff options
Diffstat (limited to 'include/Form.h')
-rw-r--r-- | include/Form.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Form.h b/include/Form.h index 9e77967..b12e2b5 100644 --- a/include/Form.h +++ b/include/Form.h @@ -1,6 +1,5 @@ #ifndef __FORM_H__ #define __FORM_H__ -#ifdef __cplusplus #include <Action.h> #include <String.h> @@ -21,7 +20,4 @@ class Form : public Action { Action * Next; }; -#else -#error This only works with a C++ compiler -#endif #endif |