fix return type!

This commit is contained in:
Jane Tournois 2016-03-21 16:20:12 +01:00
parent 768c7439f7
commit 0a45c59bdd
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ public:
typedef Patch_id reference;
typedef boost::read_write_property_map_tag category;
friend bool get(const Patch_id_pmap&, const key_type& f){
friend value_type get(const Patch_id_pmap&, const key_type& f){
return f->patch_id();
}
friend void put(Patch_id_pmap&, const key_type& f, const value_type i){