diff options
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/IvyApplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyApplication.h b/Bus/Ivy/IvyApplication.h index 2f97805..8549a30 100644 --- a/Bus/Ivy/IvyApplication.h +++ b/Bus/Ivy/IvyApplication.h @@ -60,4 +60,5 @@ protected: typedef vector<Regexp*> RegexpVector;
RegexpVector regexp_in;
+ friend class Ivy;
};
|