From dd5ceff3fb940d65cfcd204247ec7c6136e0e559 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Mon, 4 May 2009 16:19:47 +0200 Subject: [PATCH] Fix the constructor call. Fixed a typo in OSM_CYCLEMAP. --- bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs b/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs index 23d97e7..40901e3 100644 --- a/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs +++ b/bindings/perl/Champlain/xs/ChamplainMapSourceFactory.xs @@ -5,7 +5,8 @@ MODULE = Champlain::MapSourceFactory PACKAGE = Champlain::MapSourceFactory PRE ChamplainMapSourceFactory* -champlain_map_source_factory_get_default () +champlain_map_source_factory_get_default (class) + C_ARGS: /* No args */ #gchar** @@ -39,7 +40,7 @@ OSM_OSMARENDER (class) const gchar* -OSM_CYCLEMA (class) +OSM_CYCLEMAP (class) CODE: RETVAL = CHAMPLAIN_MAP_SOURCE_OSM_CYCLEMAP; -- 2.39.5