mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-20 19:51:36 +00:00
[SourceParagraph] Make function static
This commit is contained in:
parent
95ef1b95e6
commit
11c9a523f7
@ -7,8 +7,6 @@ namespace vcpkg
|
||||
{
|
||||
struct SourceParagraph
|
||||
{
|
||||
static const std::vector<std::string>& get_list_of_valid_fields();
|
||||
|
||||
SourceParagraph();
|
||||
|
||||
explicit SourceParagraph(std::unordered_map<std::string, std::string> fields);
|
||||
|
@ -19,7 +19,7 @@ namespace vcpkg
|
||||
static const std::string BUILD_DEPENDS = "Build-Depends";
|
||||
}
|
||||
|
||||
const std::vector<std::string>& SourceParagraph::get_list_of_valid_fields()
|
||||
static const std::vector<std::string>& get_list_of_valid_fields()
|
||||
{
|
||||
static const std::vector<std::string> valid_fields =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user