From 8df374fdb30c74ec88a4be4e518ef408910f2227 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Sun, 18 Aug 2013 23:51:16 +0200 Subject: [PATCH] Instantiate bool version of plist::get --- Frameworks/plist/src/plist.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/Frameworks/plist/src/plist.cc b/Frameworks/plist/src/plist.cc index 5fb5b5c9..d77669c4 100644 --- a/Frameworks/plist/src/plist.cc +++ b/Frameworks/plist/src/plist.cc @@ -367,6 +367,7 @@ namespace plist return to; } + template PUBLIC bool get (plist::any_t const& from); template PUBLIC int32_t get (plist::any_t const& from); template PUBLIC uint64_t get (plist::any_t const& from); template PUBLIC std::string get (plist::any_t const& from);