Author: ianmacarthur
Date: 2012-05-17 16:34:17 -0700 (Thu, 17 May 2012)
New Revision: 9523
Log:

So it turns out that VC2010 and mingw fail over different things...
Another minor tweak to try and get the Symbol stuff building on Windows.
Mingw seems to be OK now, here's hoping for VC too!



Modified:
   branches/branch-3.0/src/fltk3/Symbol.cxx

Modified: branches/branch-3.0/src/fltk3/Symbol.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/Symbol.cxx    2012-05-17 22:47:27 UTC (rev 
9522)
+++ branches/branch-3.0/src/fltk3/Symbol.cxx    2012-05-17 23:34:17 UTC (rev 
9523)
@@ -338,7 +338,7 @@
  may influence the value that this returns (such as to return
  a different edge for a pushed button).
  */
-void Symbol::inset(Rectangle& r) const {
+void Symbol::inset(fltk3::Rectangle& r) const {
   r.move(inset_.x(), inset_.y());
   r.move_r(inset_.w());
   r.move_b(inset_.h());

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

Reply via email to