diff options
Diffstat (limited to 'Swiften/Elements/SecurityLabel.h')
-rw-r--r-- | Swiften/Elements/SecurityLabel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Elements/SecurityLabel.h b/Swiften/Elements/SecurityLabel.h index 0487977..a1714c8 100644 --- a/Swiften/Elements/SecurityLabel.h +++ b/Swiften/Elements/SecurityLabel.h @@ -8,18 +8,19 @@ #include <vector> #include <string> #include <Swiften/Elements/Payload.h> namespace Swift { class SecurityLabel : public Payload { public: + typedef boost::shared_ptr<SecurityLabel> ref; SecurityLabel() {} const std::string& getDisplayMarking() const { return displayMarking_; } void setDisplayMarking(const std::string& displayMarking) { displayMarking_ = displayMarking; } const std::string& getForegroundColor() const { |