diff options
Diffstat (limited to 'Slimber/FileVCardCollection.h')
-rw-r--r-- | Slimber/FileVCardCollection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Slimber/FileVCardCollection.h b/Slimber/FileVCardCollection.h index dde47df..3d805a8 100644 --- a/Slimber/FileVCardCollection.h +++ b/Slimber/FileVCardCollection.h @@ -15,5 +15,6 @@ namespace Swift { private: boost::filesystem::path vcardsPath; + boost::shared_ptr<VCard> vcard; }; } |