diff options
Diffstat (limited to 'Swiften/LinkLocal/LinkLocalServiceInfo.h')
-rw-r--r-- | Swiften/LinkLocal/LinkLocalServiceInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/LinkLocal/LinkLocalServiceInfo.h b/Swiften/LinkLocal/LinkLocalServiceInfo.h index eb65706..adfd062 100644 --- a/Swiften/LinkLocal/LinkLocalServiceInfo.h +++ b/Swiften/LinkLocal/LinkLocalServiceInfo.h @@ -48,3 +48,3 @@ namespace Swift { - ByteArray toTXTRecord() const; + boost::optional<ByteArray> toTXTRecord() const; |