diff options
| author | Catalin Badea <catalin.badea392@gmail.com> | 2012-06-19 20:16:09 (GMT) | 
|---|---|---|
| committer | Cătălin Badea <catalin.badea392@gmail.com> | 2012-08-11 15:45:28 (GMT) | 
| commit | 743388feda5091bd6e54d88f66d2866a59205f35 (patch) | |
| tree | 7401883292df4b74b7202685ceeca20bcfde487e /Swift/Controllers/UIInterfaces/HistoryWindowFactory.h | |
| parent | f1727e2400ce057833859a4d2b443862edd0a8c4 (diff) | |
| download | swift-contrib-743388feda5091bd6e54d88f66d2866a59205f35.zip swift-contrib-743388feda5091bd6e54d88f66d2866a59205f35.tar.bz2  | |
Added contact roster
Diffstat (limited to 'Swift/Controllers/UIInterfaces/HistoryWindowFactory.h')
| -rw-r--r-- | Swift/Controllers/UIInterfaces/HistoryWindowFactory.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/HistoryWindowFactory.h b/Swift/Controllers/UIInterfaces/HistoryWindowFactory.h index 135438b..e91bc37 100644 --- a/Swift/Controllers/UIInterfaces/HistoryWindowFactory.h +++ b/Swift/Controllers/UIInterfaces/HistoryWindowFactory.h @@ -13,6 +13,6 @@ namespace Swift {  	class HistoryWindowFactory {  		public:  			virtual ~HistoryWindowFactory() {}; -			virtual HistoryWindow* createHistoryWindow() = 0; +			virtual HistoryWindow* createHistoryWindow(UIEventStream* eventStream) = 0;  	};  }  | 
 Swift