diff options
Diffstat (limited to 'navit/attr.h')
-rw-r--r-- | navit/attr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/attr.h b/navit/attr.h index b433fe8e5..097b50b0c 100644 --- a/navit/attr.h +++ b/navit/attr.h @@ -132,6 +132,7 @@ struct attr { struct transformation *transformation; struct vehicleprofile *vehicleprofile; struct roadprofile *roadprofile; + struct bookmarks *bookmarks; struct range { short min, max; } range; |