diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-06-25 18:42:13 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-06-25 18:42:13 +0000 |
commit | 826922a269d02b706821e7e4f74198e026a2fe03 (patch) | |
tree | b4d8e15995a1c2852b3a0c1da87612cb065c42d9 /navit/item_def.h | |
parent | 9daf0037a395e460c66fe4b4f21411c065823690 (diff) | |
download | navit-826922a269d02b706821e7e4f74198e026a2fe03.tar.gz |
Add:gui_internal:Added possibility to log a message to the debug log
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2374 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/item_def.h')
-rw-r--r-- | navit/item_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/item_def.h b/navit/item_def.h index a69702747..b83273145 100644 --- a/navit/item_def.h +++ b/navit/item_def.h @@ -305,6 +305,7 @@ ITEM(route_end) ITEM(selected_point) ITEM(power_tower) ITEM(route_start_reverse) +ITEM(log_entry) /* Line */ ITEM2(0x80000000,line) ITEM2(0x80000001,line_unspecified) |