mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-11 01:59:02 +02:00
Replaced Shape by MShape to avoid name conflicts.
This commit is contained in:
@@ -28,7 +28,7 @@ SourceGLCanvas::SourceGLCanvas(MainWindow* mainWindow, QWidget* parent)
|
||||
{
|
||||
}
|
||||
|
||||
Shape* SourceGLCanvas::getShapeFromMappingId(uid mappingId)
|
||||
MShape* SourceGLCanvas::getShapeFromMappingId(uid mappingId)
|
||||
{
|
||||
if (mappingId == NULL_UID)
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user