diff options
Diffstat (limited to 'Swift/Controllers/UIInterfaces/ProfileWindow.h')
-rw-r--r-- | Swift/Controllers/UIInterfaces/ProfileWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/ProfileWindow.h b/Swift/Controllers/UIInterfaces/ProfileWindow.h index 5d5c754..2ed1bc1 100644 --- a/Swift/Controllers/UIInterfaces/ProfileWindow.h +++ b/Swift/Controllers/UIInterfaces/ProfileWindow.h @@ -14,7 +14,7 @@ namespace Swift { class ProfileWindow { public: - virtual ~ProfileWindow() {}; + virtual ~ProfileWindow() {} virtual void setVCard(VCard::ref vcard) = 0; |