Cosmetic change.

This commit is contained in:
Tats
2016-03-03 22:25:07 -05:00
parent e87de3d3e9
commit e93d1123c3
+3 -1
View File
@@ -451,9 +451,10 @@ public:
uid getCurrentPaintId() const { return currentPaintId; }
uid getCurrentMappingId() const { return currentMappingId; }
Mapping::ptr getCurrentMapping() const { return mappingManager->getMappingById(currentMappingId); }
Paint::ptr getCurrentPaint() const { return mappingManager->getPaintById(currentPaintId); }
OutputGLWindow* getOutputWindow() const { return outputWindow; }
bool hasCurrentPaint() const { return _hasCurrentPaint; }
bool hasCurrentMapping() const { return _hasCurrentMapping; }
void setCurrentPaint(int uid);
@@ -461,6 +462,7 @@ public:
void removeCurrentPaint();
void removeCurrentMapping();
OutputGLWindow* getOutputWindow() const { return outputWindow; }
MapperGLCanvas* getSourceCanvas() const { return sourceCanvas; }
MapperGLCanvas* getDestinationCanvas() const { return destinationCanvas; }