[mapguide-commits] r9469 - trunk/MgDev/Oem/agg-2.4/include

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jan 25 06:54:42 PST 2019


Author: jng
Date: 2019-01-25 06:54:42 -0800 (Fri, 25 Jan 2019)
New Revision: 9469

Modified:
   trunk/MgDev/Oem/agg-2.4/include/agg_scanline_u.h
Log:
#2791: Fix incorrect base_type typedef on scanline32_u8_am (amazing no other C++ compiler reported this until now)

Modified: trunk/MgDev/Oem/agg-2.4/include/agg_scanline_u.h
===================================================================
--- trunk/MgDev/Oem/agg-2.4/include/agg_scanline_u.h	2019-01-25 14:50:39 UTC (rev 9468)
+++ trunk/MgDev/Oem/agg-2.4/include/agg_scanline_u.h	2019-01-25 14:54:42 UTC (rev 9469)
@@ -458,7 +458,7 @@
     class scanline32_u8_am : public scanline32_u8
     {
     public:
-        typedef scanline_u8           base_type;
+        typedef scanline32_u8         base_type;
         typedef AlphaMask             alpha_mask_type;
         typedef base_type::cover_type cover_type;
         typedef base_type::coord_type coord_type;



More information about the mapguide-commits mailing list