]> git.mxchange.org Git - simgear.git/commitdiff
Missing return statement
authorThomas Geymayer <tomgey@gmail.com>
Sun, 1 Jun 2014 10:14:31 +0000 (12:14 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Sun, 1 Jun 2014 10:14:31 +0000 (12:14 +0200)
simgear/package/Catalog.cxx

index 70f4cc13a248106b59cce9aed6f6ef48d805df49..982b253290b186c48e6f5a6ca389e5fedbe7fdf3 100644 (file)
@@ -207,6 +207,7 @@ Catalog::installedPackages() const
       r.push_back(p);
     }
   }
+  return r;
 }
   
 void Catalog::refresh()