Skip to content

Commit

Permalink
repo: make Identifier virtual so it can be overriden if needed. closes
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Jan 8, 2013
1 parent 705495b commit a2b2750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SparkleLib/SparkleRepoBase.cs
Expand Up @@ -83,7 +83,7 @@ public abstract class SparkleRepoBase {
public double ProgressPercentage { get; private set; }
public double ProgressSpeed { get; private set; }

public string Identifier {
public virtual string Identifier {
get {
if (this.identifier != null)
return this.identifier;
Expand Down

0 comments on commit a2b2750

Please sign in to comment.