]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - PickPackageLine.h
Suppress bogus free-nonheap-object warning in iniparse.cc
[cygwin-apps/setup.git] / PickPackageLine.h
index 3877a4b802c93b9c30e14fe30c59efa125ddd9c4..2c59e90255d9dc71ab8a68569f38573bc315c2d2 100644 (file)
@@ -30,7 +30,7 @@ public:
     indent (aindent)
   {
   };
-  const std::string get_text(int col) const;
+  const std::wstring get_text(int col) const;
   State get_state() const { return State::nothing; }
   const std::string get_tooltip(int col) const;
   int get_indent() const;
This page took 0.026399 seconds and 5 git commands to generate.