Fix:Core:Fix return value in header file
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 5 Jan 2009 19:33:46 +0000 (19:33 +0000)
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 5 Jan 2009 19:33:46 +0000 (19:33 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1897 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/transform.h

index 250443a..44e0d2e 100644 (file)
@@ -55,7 +55,7 @@ int transform_get_yaw(struct transformation *this_);
 void transform_set_pitch(struct transformation *this_,int pitch);
 int transform_get_pitch(struct transformation *this_);
 void transform_set_roll(struct transformation *this_,int roll);
-void transform_get_roll(struct transformation *this_);
+int transform_get_roll(struct transformation *this_);
 void transform_set_distance(struct transformation *this_,int distance);
 int transform_get_distance(struct transformation *this_);
 struct map_selection *transform_get_selection(struct transformation *this_, enum projection pro, int order);