summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-02 22:51:21 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-02 22:51:21 -0500
commit3043faf79f6b3fa82c98066818e44f4d41ed2aa3 (patch)
treebf77613791e8c4dcab1d055aae300a0de1769ec7 /src/value.h
parent76fe7a5510ed5ccf7709cd54a54304559795e1e3 (diff)
downloadfork-ledger-3043faf79f6b3fa82c98066818e44f4d41ed2aa3.tar.gz
fork-ledger-3043faf79f6b3fa82c98066818e44f4d41ed2aa3.tar.bz2
fork-ledger-3043faf79f6b3fa82c98066818e44f4d41ed2aa3.zip
Completed Python bindings for value_t
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/value.h b/src/value.h
index 3c5ce286..2ce90fa2 100644
--- a/src/value.h
+++ b/src/value.h
@@ -87,8 +87,7 @@ public:
* The sequence_t member type abstracts the type used to represent a
* resizable "array" of value_t objects.
*/
- typedef std::vector<value_t> sequence_t;
-
+ typedef std::vector<value_t> sequence_t;
typedef sequence_t::iterator iterator;
typedef sequence_t::const_iterator const_iterator;
typedef sequence_t::difference_type difference_type;