Author: spitzak
Date: 2010-04-15 02:18:51 -0700 (Thu, 15 Apr 2010)
New Revision: 7508
Log:
Fixed typo in MultiImage spotted by Matthias


Modified:
   trunk/fltk/MultiImage.h

Modified: trunk/fltk/MultiImage.h
===================================================================
--- trunk/fltk/MultiImage.h     2010-04-15 08:56:37 UTC (rev 7507)
+++ trunk/fltk/MultiImage.h     2010-04-15 09:18:51 UTC (rev 7508)
@@ -73,7 +73,7 @@
     set(3, &img0, f1, &img1, f2, &img2); 
   }
   MultiImage(const Symbol& img0, Flags f1, const Symbol& img1, Flags f2, const 
Symbol& img2, Flags f3, const Symbol& img3) {
-    set(4, &img0, f1, &img1, f2, &img2, f3); 
+    set(4, &img0, f1, &img1, f2, &img2, f3, &img3);
   }
   MultiImage(const Symbol& img0, Flags f1, const Symbol& img1, Flags f2, const 
Symbol& img2, Flags f3, const Symbol& img3,
             Flags f4, const Symbol& img4) {

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to