RasterProcessTool/RasterMainWidgetGUI/RasterMainWidget/maptool.cpp

12 lines
165 B
C++

#include <maptool.h>
#include <mapcanvas.h>
#pragma execution_character_set("utf-8")
namespace LAMPMainWidget {
MapTool::~MapTool() {
delete mMapCanvas;
}
}