Skip to content

Commit

Permalink
Fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Jul 16, 2010
1 parent af02623 commit 05c9317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/MongoDB/Attributes/MongoDefaultAttribute.cs
Expand Up @@ -21,6 +21,7 @@ public MongoDefaultAttribute(object value)
/// Initializes a new instance of the <see cref="MongoDefaultAttribute"/> class.
/// </summary>
/// <param name="value">The value.</param>
/// <param name="persistDefaultValue">if set to <c>true</c> [persist default value].</param>
public MongoDefaultAttribute(object value, bool persistDefaultValue)
{
Value = value;
Expand Down

0 comments on commit 05c9317

Please sign in to comment.