From f6870a6b70273560d6ddaab963543d7f4056aaff Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 22 Mar 2013 19:47:57 -0700 Subject: [PATCH] correct the ltdl forward declare type --- include/mapnik/datasource_cache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/datasource_cache.hpp b/include/mapnik/datasource_cache.hpp index 48493b762..4d9c41c78 100644 --- a/include/mapnik/datasource_cache.hpp +++ b/include/mapnik/datasource_cache.hpp @@ -35,7 +35,7 @@ // stl #include -class lt__handle; +struct lt__handle; namespace mapnik {