summaryrefslogtreecommitdiff
path: root/include/Table.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Table.h')
-rw-r--r--include/Table.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Table.h b/include/Table.h
index c616e7e..58336d0 100644
--- a/include/Table.h
+++ b/include/Table.h
@@ -1,6 +1,5 @@
#ifndef __TABLE_H__
#define __TABLE_H__
-#ifdef __cplusplus
#include <Action.h>
#include <String.h>
@@ -19,7 +18,4 @@ class Table : public Action {
Action * Next;
};
-#else
-#error This only works with a C++ compiler
-#endif
#endif