aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/CodedOutputStream.cs
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-08-05 16:51:49 -0500
committerrogerk <devnull@localhost>2011-08-05 16:51:49 -0500
commit304ff3a83823fdfce6e2eac40cc44e2b4b1fd3c3 (patch)
treea81e39cd39dee19d06b1f8c9d0091a94cd5ad73f /src/ProtocolBuffers/CodedOutputStream.cs
parent9b3de692248b6e522f544f8100a06d7a14c98eff (diff)
downloadprotobuf-304ff3a83823fdfce6e2eac40cc44e2b4b1fd3c3.tar.gz
protobuf-304ff3a83823fdfce6e2eac40cc44e2b4b1fd3c3.tar.bz2
protobuf-304ff3a83823fdfce6e2eac40cc44e2b4b1fd3c3.zip
Changes from review e805fdfd3a6b
Diffstat (limited to 'src/ProtocolBuffers/CodedOutputStream.cs')
-rw-r--r--src/ProtocolBuffers/CodedOutputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/CodedOutputStream.cs b/src/ProtocolBuffers/CodedOutputStream.cs
index 5b1d2ce9..c14f5e0d 100644
--- a/src/ProtocolBuffers/CodedOutputStream.cs
+++ b/src/ProtocolBuffers/CodedOutputStream.cs
@@ -370,7 +370,7 @@ namespace Google.ProtocolBuffers
WriteRawVarint32(value);
}
- public void WriteEnum(int fieldNumber, string fieldName, int value, object textValue)
+ public void WriteEnum(int fieldNumber, string fieldName, int value, object rawValue)
{
WriteTag(fieldNumber, WireFormat.WireType.Varint);
WriteRawVarint32((uint) value);