summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/Ivy.h')
-rw-r--r--Ivy/Ivy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h
index 9bf137b..78e87ca 100644
--- a/Ivy/Ivy.h
+++ b/Ivy/Ivy.h
@@ -74,6 +74,7 @@ private:
ivy::vector< IvyMessageCallback* > callbacks;
protected:
+ void SubstituteInterval (const char *src, char *dst, size_t dst_len);
void AddApplication( IvyApplication *app );
void RemoveApplication( IvyApplication *app);