]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - IniDBBuilderPackage.h
2002-11-04 Max Bowsher <maxb@ukf.net>
[cygwin-apps/setup.git] / IniDBBuilderPackage.h
index c60c30207537a35ea1196e4bb0e23968b7b0e8c2..a09959b21e6d4034d239b33eaeb389990f6a74e6 100644 (file)
@@ -73,8 +73,8 @@ private:
   packagemeta *csp;
   packageversion cspv;
   PackageSpecification *currentSpec;
-  vector<PackageSpecification *> *currentOrList;
-  vector<vector<PackageSpecification *> *> *currentAndList;
+  std::vector<PackageSpecification *> *currentOrList;
+  std::vector<std::vector<PackageSpecification *> *> *currentAndList;
   int trust;
   IniParseFeedback const &_feedback;
 };
This page took 0.024315 seconds and 5 git commands to generate.