summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index 970091a..7077a00 100644
--- a/regexp.h
+++ b/regexp.h
@@ -15,7 +15,7 @@
#include <pcre.h>
#endif
-typedef enum { REGEXP_TITLE,REGEXP_SHORTTEXT,REGEXP_DESCRIPTION,REGEXP_UNDEFINED } sources;
+typedef enum { REGEXP_TITLE, REGEXP_SHORTTEXT, REGEXP_DESCRIPTION, REGEXP_UNDEFINED } sources;
class cRegexp : public cListItem
{
@@ -30,6 +30,7 @@ private:
void Compile();
void FreeCompiled();
void ParseRegexp(char *restring);
+
public:
cRegexp();
virtual ~cRegexp();