]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - PickView.h
2002-02-19 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / PickView.h
index 5d88505013da922592724cca97314b5c71ed78a2..cd392677ac963fd05d0888df47fe6a5f884af44a 100644 (file)
@@ -17,6 +17,7 @@
 #define _PICKVIEW_H_
 
 #include "win32.h"
+#include "String++.h"
 
 #define HMARGIN 10
 #define ROW_MARGIN      5
@@ -118,7 +119,7 @@ private:
   views view_mode;
   void set_headers ();
   void init_headers (HDC dc);
-  void note_width (Header *hdrs, HDC dc, const char *string, int addend,
+  void note_width (Header *hdrs, HDC dc, String const &string, int addend,
       int column);
 
 };
This page took 0.025341 seconds and 5 git commands to generate.