summaryrefslogtreecommitdiff
path: root/include/Regex.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-05 01:42:53 +0000
committerPixel <Pixel>2001-11-05 01:42:53 +0000
commit405648ccafb1e6f47741480cc44e114271d319c0 (patch)
treeefe0a891ead4275c963d54845a4d9d75fb76599b /include/Regex.h
parent0f80b4e1f92f9b12115121e55619e6e810831d41 (diff)
Late night changes
Diffstat (limited to 'include/Regex.h')
-rw-r--r--include/Regex.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Regex.h b/include/Regex.h
index 363be99..66f6fc3 100644
--- a/include/Regex.h
+++ b/include/Regex.h
@@ -2,6 +2,13 @@
#define __REGEX_H__
#ifdef __cplusplus
+#include <Exceptions.h>
+
+class Regex : public Base {
+ public:
+ private:
+};
+
#else
#error This only works with a C++ compiler
#endif