Skip to content

Commit

Permalink
PackageManager: Make field protected, not private
Browse files Browse the repository at this point in the history
This make implementing a different PackageManager possible.
  • Loading branch information
Geod24 authored and dlang-bot committed Dec 21, 2023
1 parent 9042747 commit 7bc731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dub/packagemanager.d
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public string toString (PlacementLocation loc) @safe pure nothrow @nogc
/// The PackageManager can retrieve present packages and get / remove
/// packages.
class PackageManager {
private {
protected {
/**
* The 'internal' location, for packages not attributable to a location.
*
Expand Down

0 comments on commit 7bc731d

Please sign in to comment.