Explorar o código

forgot to export WMGraphics.Real type

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7138 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova %!s(int64=8) %!d(string=hai) anos
pai
achega
9a2a4a81d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/WMGraphics.Mod

+ 1 - 1
source/WMGraphics.Mod

@@ -28,7 +28,7 @@ CONST
 
 
 TYPE
-	Real = REAL;
+	Real* = REAL;
 	Char32 = LONGINT;
 	Point2d* = RECORD x*, y* : LONGINT END;
 	Image* = OBJECT(Raster.Image)