]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - PickCategoryLine.h
2002-11-04 Max Bowsher <maxb@ukf.net>
[cygwin-apps/setup.git] / PickCategoryLine.h
index 41086d90635f4010e85ce1ef1a05f2c540389f5e..a75dc088fe36649c872aa427ede43fdd52f88f2e 100644 (file)
@@ -83,7 +83,7 @@ private:
   size_t depth;
   PickCategoryLine (PickCategoryLine const &);
   PickCategoryLine & operator= (PickCategoryLine const &);
-  vector < PickLine * > bucket;
+  std::vector < PickLine * > bucket;
   PickView& theView;
 };
 #endif // _PICKCATEGORYLINE_H_
This page took 0.024419 seconds and 5 git commands to generate.