diff options
Diffstat (limited to 'Swift/Controllers/EventWindowController.h')
| -rw-r--r-- | Swift/Controllers/EventWindowController.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/EventWindowController.h b/Swift/Controllers/EventWindowController.h index 476824f..0710da5 100644 --- a/Swift/Controllers/EventWindowController.h +++ b/Swift/Controllers/EventWindowController.h @@ -24,6 +24,7 @@ namespace Swift {  			EventController* eventController_;  			EventWindowFactory* windowFactory_;  			EventWindow* window_; +			boost::bsignals::scoped_connection eventAddedConnection_;  	};  }  | 
 Swift