Change some STU* names to ST* names.

This commit is contained in:
JoelKatz
2012-03-20 11:21:02 -07:00
parent fded795841
commit bcb7206d74
2 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ class SerializedTransaction : public STUObject
{
protected:
TransactionType type;
STUVariableLength mSignature;
STVariableLength mSignature;
STUObject mMiddleTxn, mInnerTxn;
TransactionFormat* mFormat;