summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-05 17:40:07 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-05 17:43:28 -0500
commit5e3f3d7f4730dd2990b6b56352e4a09cdde9a234 (patch)
treed9418af372ffea3886f15f5faf562ac852a0daa9 /src/value.h
parent1bdb9330e56e49ecd660f3aafdc2d349a20e3044 (diff)
downloadfork-ledger-5e3f3d7f4730dd2990b6b56352e4a09cdde9a234.tar.gz
fork-ledger-5e3f3d7f4730dd2990b6b56352e4a09cdde9a234.tar.bz2
fork-ledger-5e3f3d7f4730dd2990b6b56352e4a09cdde9a234.zip
Report sought magnitude when balancing errors occur
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h
index 0993305e..bd681b07 100644
--- a/src/value.h
+++ b/src/value.h
@@ -761,6 +761,8 @@ public:
}
void in_place_simplify();
+ value_t number() const;
+
/**
* Annotated commodity methods.
*/