File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3838#include < mapnik/datasource.hpp>
3939#include < mapnik/datasource_cache.hpp>
4040#include < mapnik/feature_layer_desc.hpp>
41- // #include <mapnik/memory_datasource.hpp>
41+ #include < mapnik/memory_datasource.hpp>
4242
4343
4444using mapnik::datasource;
45- // using mapnik::memory_datasource;
45+ using mapnik::memory_datasource;
4646using mapnik::layer_descriptor;
4747using mapnik::attribute_descriptor;
4848using mapnik::parameters;
@@ -197,7 +197,7 @@ void export_datasource()
197197 ;
198198
199199 def (" CreateDatasource" ,&create_datasource);
200- /*
200+
201201 class_<memory_datasource,
202202 bases<datasource>, std::shared_ptr<memory_datasource>,
203203 boost::noncopyable>(" MemoryDatasourceBase" , init<parameters>())
@@ -210,5 +210,4 @@ void export_datasource()
210210 ;
211211
212212 implicitly_convertible<std::shared_ptr<memory_datasource>,std::shared_ptr<datasource> >();
213- */
214213}
You can’t perform that action at this time.
0 commit comments