]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - category.h
2002-11-04 Max Bowsher <maxb@ukf.net>
[cygwin-apps/setup.git] / category.h
index d7cef5ac3f6626d9d3b5e292f09d0458b2cd71c1..9100d3cdecf3268db19ee893b4a8cddb2b343d54 100644 (file)
@@ -23,6 +23,6 @@
 #include <utility>
 
 class packagemeta;
-typedef pair <String const, vector <packagemeta *> > Category;
+typedef std::pair <String const, std::vector <packagemeta *> > Category;
 
 #endif /* _CATEGORY_H_ */
This page took 0.024297 seconds and 5 git commands to generate.