]> Shamusworld >> Repos - architektonas/blobdiff - src/fileio.cpp
Fixed Rotate tool to work with Arcs.
[architektonas] / src / fileio.cpp
index 27ed4f3c3ccec27eacee2403c6bc0b891863c5f3..101f0701f0059f98eca014ec36e1507bdc1bbb05 100644 (file)
@@ -113,8 +113,8 @@ OTHER CONSIDERATIONS:
 
 */
 
-enum ObjectTypeFile { OTFContainer, OTFContainerEnd, OTFLine, OTFCircle, OTFArc, OTFDimension,
-       OTFPolygon, OTFText, OTFImage, OTFBlock, OTFEndOfFile };
+enum ObjectTypeFile { OTFContainer, OTFContainerEnd, OTFLine, OTFCircle, OTFArc,
+       OTFDimension, OTFPolygon, OTFText, OTFImage, OTFBlock, OTFEndOfFile };
 
 
 /*static*/ bool FileIO::SaveAtnsFile(FILE * file, Container * object)