diff options
Diffstat (limited to 'Swiften/Queries/IQChannel.h')
-rw-r--r-- | Swiften/Queries/IQChannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Queries/IQChannel.h b/Swiften/Queries/IQChannel.h index 2f18111..e700b51 100644 --- a/Swiften/Queries/IQChannel.h +++ b/Swiften/Queries/IQChannel.h @@ -21,7 +21,7 @@ namespace Swift { virtual void sendIQ(boost::shared_ptr<IQ>) = 0; virtual String getNewIQID() = 0; - virtual bool isAvailable() = 0; + virtual bool isAvailable() const = 0; boost::signal<void (boost::shared_ptr<IQ>)> onIQReceived; }; |