]> git.tdb.fi Git - builder.git/commit
Refactor the constructor of SourcePackage::Loader
authorMikko Rasa <tdb@tdb.fi>
Mon, 19 Dec 2022 14:18:18 +0000 (16:18 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 19 Dec 2022 17:19:09 +0000 (19:19 +0200)
commit8f99b70eb78bdb5537afc77aa283961a2e825506
tree4cde05e6a1cb215ccad0f80a0bf4057b8c02e99a
parent690b9c5f340504517cf6ba8aad0c168dcdff4efa
Refactor the constructor of SourcePackage::Loader

There isn't much point to have two differnt overloads when it could just
take a nullable pointer.
source/builder.cpp
source/sourcepackage.cpp
source/sourcepackage.h