r16711 - gnucash/branches/gda-dev2/src/business/business-gnome - Need to do a complete rebuild, not a partial rebuild. Sigh.

Phil Longstaff plongstaff at cvs.gnucash.org
Sun Dec 23 22:02:57 EST 2007


Author: plongstaff
Date: 2007-12-23 22:02:57 -0500 (Sun, 23 Dec 2007)
New Revision: 16711
Trac: http://svn.gnucash.org/trac/changeset/16711

Modified:
   gnucash/branches/gda-dev2/src/business/business-gnome/dialog-billterms.c
Log:
Need to do a complete rebuild, not a partial rebuild.  Sigh.


Modified: gnucash/branches/gda-dev2/src/business/business-gnome/dialog-billterms.c
===================================================================
--- gnucash/branches/gda-dev2/src/business/business-gnome/dialog-billterms.c	2007-12-24 02:48:30 UTC (rev 16710)
+++ gnucash/branches/gda-dev2/src/business/business-gnome/dialog-billterms.c	2007-12-24 03:02:57 UTC (rev 16711)
@@ -161,7 +161,7 @@
 
 static void
 get_numeric (GtkWidget *widget, GncBillTerm *term,
-	     gnc_numeric (*func)(GncBillTerm *))
+	     gnc_numeric (*func)(const GncBillTerm *))
 {
   gnc_numeric val;
   gdouble fl;
@@ -183,7 +183,7 @@
 
 static void
 get_int (GtkWidget *widget, GncBillTerm *term,
-	     gint (*func)(GncBillTerm *))
+	     gint (*func)(const GncBillTerm *))
 {
   gint val;
 



More information about the gnucash-changes mailing list