Author: AlbrechtS
Date: 2010-11-23 09:37:49 -0800 (Tue, 23 Nov 2010)
New Revision: 7889
Log:
Added forgotten 'static' keyword to clip_x().


Modified:
   branches/branch-1.3/src/fl_rect.cxx

Modified: branches/branch-1.3/src/fl_rect.cxx
===================================================================
--- branches/branch-1.3/src/fl_rect.cxx 2010-11-23 17:18:42 UTC (rev 7888)
+++ branches/branch-1.3/src/fl_rect.cxx 2010-11-23 17:37:49 UTC (rev 7889)
@@ -143,7 +143,7 @@
   in fl_xyline() and fl_yxline(). Note that this can't be used for
   arbitrary lines (not horizontal or vertical).
 */
-int clip_x (int x) {
+static int clip_x (int x) {
 
   int kmin = -fl_line_width_;
   int kmax = SHRT_MAX - fl_line_width_;

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

Reply via email to