summaryrefslogtreecommitdiff
path: root/Ivy/IvyApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/IvyApplication.h')
-rw-r--r--Ivy/IvyApplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h
index babd82e..ffa6ecb 100644
--- a/Ivy/IvyApplication.h
+++ b/Ivy/IvyApplication.h
@@ -64,6 +64,9 @@ protected:
bool AppConnectedCallbackCalled;
Ivy *bus;
/* liste des souscriptions remote */
+ /* en clair */
+ ivy::vector<ivy::string> regexp_str_in;
+ /* compile */
#ifdef USE_PCRE
static const int max_subexp = 200;
typedef ivy::vector<pcre *> RegexpVector;