Dirty Splits when they change.

Add const to Split where appropriate.
   Fix GCache crash cause by using non-cached value in cached 'action' field 
   from the qsf-backend.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13368 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker
2006-02-23 17:44:42 +00:00
parent 15cb6d2214
commit a652fc59d0
3 changed files with 39 additions and 36 deletions

View File

@@ -157,7 +157,7 @@ void xaccSplitUnvoid(Split *split);
/* Compute the value of a list of splits in the given currency,
* excluding the skip_me split. */
gnc_numeric xaccSplitsComputeValue (GList *splits, Split * skip_me,
gnc_numeric xaccSplitsComputeValue (GList *splits, const Split * skip_me,
const gnc_commodity * base_currency);
/* Code to register Split type with the engine */