diff options
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
| -rw-r--r-- | Swift/Controllers/UIInterfaces/ChatWindow.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h index 765f16a..b1e2a11 100644 --- a/Swift/Controllers/UIInterfaces/ChatWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatWindow.h @@ -14,6 +14,7 @@  #include <boost/optional.hpp>  #include <boost/shared_ptr.hpp> +#include <Swiften/Base/Tristate.h>  #include <Swiften/Base/boost_bsignals.h>  #include <Swiften/Elements/ChatState.h>  #include <Swiften/Elements/Form.h> @@ -86,7 +87,6 @@ namespace Swift {  			enum AckState {Pending, Received, Failed};  			enum ReceiptState {ReceiptRequested, ReceiptReceived, ReceiptFailed}; -			enum Tristate {Yes, No, Maybe};  			enum OccupantAction {Kick, Ban, MakeModerator, MakeParticipant, MakeVisitor, AddContact, ShowProfile};  			enum RoomAction {ChangeSubject, Configure, Affiliations, Destroy, Invite};  			enum FileTransferState {WaitingForAccept, Negotiating, Transferring, Canceled, Finished, FTFailed};  | 
 Swift