diff options
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/Controllers/UIEvents/RequestAddUserDialogUIEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/Controllers/UIEvents/RequestAddUserDialogUIEvent.h b/Swift/Controllers/UIEvents/RequestAddUserDialogUIEvent.h index 42be4f3..5a071cf 100644 --- a/Swift/Controllers/UIEvents/RequestAddUserDialogUIEvent.h +++ b/Swift/Controllers/UIEvents/RequestAddUserDialogUIEvent.h @@ -22,8 +22,8 @@ namespace Swift { const std::string& getPredefinedName() const { return preName_; }; private: - const JID& preJID_; - const std::string& preName_; + JID preJID_; + std::string preName_; }; } |