summaryrefslogtreecommitdiff
path: root/Ivy/IvyBinding.h
diff options
context:
space:
mode:
authorfcolin2009-07-06 10:39:28 +0000
committerfcolin2009-07-06 10:39:28 +0000
commit879eaf77babef13084b95ef170742958d90389b6 (patch)
tree8b463f94cdbd4c170d9d9174ad8108c937b5bc7a /Ivy/IvyBinding.h
parentb62585c0d4dec9b1cec86f808b3d8b0eddd0437c (diff)
downloadivy-cplusplus-879eaf77babef13084b95ef170742958d90389b6.zip
ivy-cplusplus-879eaf77babef13084b95ef170742958d90389b6.tar.gz
ivy-cplusplus-879eaf77babef13084b95ef170742958d90389b6.tar.bz2
ivy-cplusplus-879eaf77babef13084b95ef170742958d90389b6.tar.xz
ajout IvyChangeMsg
correction pb latence TCP_NODELAY
Diffstat (limited to 'Ivy/IvyBinding.h')
-rw-r--r--Ivy/IvyBinding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ivy/IvyBinding.h b/Ivy/IvyBinding.h
index 4354e55..38d6533 100644
--- a/Ivy/IvyBinding.h
+++ b/Ivy/IvyBinding.h
@@ -45,6 +45,9 @@ public:
private:
#ifdef USE_PCRE
+#ifdef _DEBUG
+ std::string expression_string;
+#endif
pcre *regexp;
pcre_extra *inspect;
int ovectorsize;