From 32274027efbd7ec196c3c0cf67867574ea6b7041 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Sun, 1 Jun 2014 12:14:31 +0200 Subject: [PATCH] Missing return statement --- simgear/package/Catalog.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/package/Catalog.cxx b/simgear/package/Catalog.cxx index 70f4cc13..982b2532 100644 --- a/simgear/package/Catalog.cxx +++ b/simgear/package/Catalog.cxx @@ -207,6 +207,7 @@ Catalog::installedPackages() const r.push_back(p); } } + return r; } void Catalog::refresh() -- 2.39.5