aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/installables.hh
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2022-03-11 13:26:08 -0500
committerTom Bereknyei <tomberek@gmail.com>2022-05-18 21:20:59 -0400
commit5640b528349c43717aa501797a4f337373ebf3e4 (patch)
treedafde5d19c66eac53a077604db1d5f73b71ba0a3 /src/libcmd/installables.hh
parent81567a096258026148b42f3048be9b2ba295b41a (diff)
repl: use installables
Diffstat (limited to 'src/libcmd/installables.hh')
-rw-r--r--src/libcmd/installables.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcmd/installables.hh b/src/libcmd/installables.hh
index 5d715210e..b97888db6 100644
--- a/src/libcmd/installables.hh
+++ b/src/libcmd/installables.hh
@@ -131,6 +131,7 @@ struct Installable
OperateOn operateOn,
const std::vector<std::shared_ptr<Installable>> & installables);
};
+typedef std::vector<std::shared_ptr<Installable>> Installables;
struct InstallableValue : Installable
{