summaryrefslogtreecommitdiff
path: root/navit/attr.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-02-22 07:52:54 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-02-22 07:52:54 +0000
commit73b1bdffe3bfecb9e209b1ee6d67a5327e9f673f (patch)
tree427d0ab6315e106187969543ea82db921252ea20 /navit/attr.h
parent267f671b0ade6c9971c44b7213725924fe4bd5ce (diff)
downloadnavit-73b1bdffe3bfecb9e209b1ee6d67a5327e9f673f.tar.gz
Fix:Core:Various minor fixes and improvements
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2957 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/attr.h')
-rw-r--r--navit/attr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/attr.h b/navit/attr.h
index 5391018c0..6c357d99d 100644
--- a/navit/attr.h
+++ b/navit/attr.h
@@ -84,6 +84,7 @@ enum attr_position_valid {
#define ATTR_IS_COORD_GEO(x) ((x) >= attr_type_coord_geo_begin && (x) <= attr_type_coord_geo_end)
#define ATTR_IS_NUMERIC(x) (ATTR_IS_INT(x) || ATTR_IS_DOUBLE(x))
#define ATTR_IS_COLOR(x) ((x) >= attr_type_color_begin && (x) <= attr_type_color_end)
+#define ATTR_IS_PCOORD(x) ((x) >= attr_type_pcoord_begin && (x) <= attr_type_pcoord_end)
struct attr {
enum attr_type type;