diff options
Diffstat (limited to 'src/DotNetOAuth/Protocol.cs')
-rw-r--r-- | src/DotNetOAuth/Protocol.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/Protocol.cs b/src/DotNetOAuth/Protocol.cs index db26a9f..be76e2a 100644 --- a/src/DotNetOAuth/Protocol.cs +++ b/src/DotNetOAuth/Protocol.cs @@ -22,7 +22,7 @@ namespace DotNetOAuth { /// <summary>
/// Gets the default <see cref="Protocol"/> instance.
/// </summary>
- internal static readonly Protocol Default = V10;
+ internal static Protocol Default { get { return V10; } }
/// <summary>
/// The namespace to use for V1.0 of the protocol.
|