Commit 115e320a authored by oscar's avatar oscar

提交更新

parent 6b5a4711
...@@ -5,7 +5,7 @@ namespace JfxLocation ...@@ -5,7 +5,7 @@ namespace JfxLocation
{ {
MapLocationBase* CreateMapLocationBase() MapLocationBase* CreateMapLocationBase()
{ {
return nullptr; return new MapLocation();
} }
void ReleaseMapLocationBase(MapLocationBase* obj) void ReleaseMapLocationBase(MapLocationBase* obj)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment