Cosmetic.

This commit is contained in:
Arthur Britto
2013-01-12 21:51:57 -08:00
parent a2abddff4f
commit e62aff72cb
7 changed files with 20 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
#include "AccountItems.h"
class Offer : public AccountItem
{
RippleAddress mAccount;
@@ -20,4 +19,6 @@ public:
RippleAddress getAccount(){ return(mAccount); }
int getSeq(){ return(mSeq); }
};
};
// vim:ts=4