diff options
author | Pixel <Pixel> | 2001-11-05 01:42:53 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-05 01:42:53 +0000 |
commit | 405648ccafb1e6f47741480cc44e114271d319c0 (patch) | |
tree | efe0a891ead4275c963d54845a4d9d75fb76599b /include/Regex.h | |
parent | 0f80b4e1f92f9b12115121e55619e6e810831d41 (diff) |
Late night changes
Diffstat (limited to 'include/Regex.h')
-rw-r--r-- | include/Regex.h | 7 |
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 |