aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2022-05-20 01:48:24 -0400
committerGitHub <noreply@github.com>2022-05-20 01:48:24 -0400
commit542e36c6e7ed5efa3d60e5adfc37ff7bb7e90a41 (patch)
treef20b96d701604f86129763e8d4e56c9fdead50a3 /src/libcmd
parentdb613a85fb7fb8c8a0f476f83db92523cce327f7 (diff)
Apply suggestions from code review
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Diffstat (limited to 'src/libcmd')
-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 b97888db6..948f78919 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