ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/VTBFileUtil2/VTBFileUtil2.cxx
(Generate patch)

Comparing trunk/VTBFileUtil2/VTBFileUtil2.cxx (file contents):
Revision 262 by douglas, 2003-08-16T16:09:14-07:00 vs.
Revision 264 by douglas, 2003-08-16T17:43:49-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: VTBFileUtil2.cxx,v 1.6 2003/08/16 23:09:14 douglas Exp $
5 > // $Id: VTBFileUtil2.cxx,v 1.7 2003/08/17 00:43:49 douglas Exp $
6  
7   #include "VTBFileUtil2.h"
8   #include "Chooser.h"
# Line 221 | Line 221 | void tooltip(HWND tool, const string& ti
221          GetClientRect(tool, &rect);
222  
223          TOOLINFO toolinfo;
224 <        char* ctip = new char[tip.length()];
224 >        LPTSTR ctip = new CHAR[tip.length()];
225  
226          sprintf(ctip, "%s", tip.c_str());
227  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines