forked from lix-project/lix
Fix warning
This commit is contained in:
parent
09e55010f9
commit
2f8a34cddc
|
@ -263,7 +263,8 @@ builtPathsPerInstallable(
|
||||||
|
|
||||||
struct CmdProfileInstall : InstallablesCommand, MixDefaultProfile
|
struct CmdProfileInstall : InstallablesCommand, MixDefaultProfile
|
||||||
{
|
{
|
||||||
std::optional<int> priority;
|
std::optional<int64_t> priority;
|
||||||
|
|
||||||
CmdProfileInstall() {
|
CmdProfileInstall() {
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "priority",
|
.longName = "priority",
|
||||||
|
|
Loading…
Reference in a new issue