Skip to content

Commit

Permalink
Virtual to allow override
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Wallstrom committed Apr 6, 2010
1 parent decea08 commit 8c17dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CouchJsonDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public override string ToString()

#region ICouchDocument Members

public void WriteJson(JsonWriter writer)
public virtual void WriteJson(JsonWriter writer)
{
foreach (JToken token in Obj.Children())
{
Expand Down

0 comments on commit 8c17dd8

Please sign in to comment.