summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-09-30 19:20:44 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-09-30 19:20:44 +0300
commitb5b3d19c0055fc5464c090b9bc8abe6e86363063 (patch)
treed0fa868ceb1870619cc48490ec5ffabadb5975ab /regexp.h
parent64f7d4a3cd0f5a70da395ce0e79b44df52e86749 (diff)
downloadvdr-plugin-epgfixer-b5b3d19c0055fc5464c090b9bc8abe6e86363063.tar.gz
vdr-plugin-epgfixer-b5b3d19c0055fc5464c090b9bc8abe6e86363063.tar.bz2
More code formatting fixes.
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();