From: Emmanuel Rodriguez Date: Mon, 4 May 2009 14:19:47 +0000 (+0200) Subject: Fix the constructor call. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5ceff3fb940d65cfcd204247ec7c6136e0e559;p=libchamplain Fix the constructor call. Fixed a typo in OSM_CYCLEMAP. --- 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;