ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtutil.h
(Generate patch)

Comparing rxvt-unicode/src/rxvtutil.h (file contents):
Revision 1.34 by root, Sun Dec 2 22:37:14 2007 UTC vs.
Revision 1.35 by root, Tue Dec 4 16:33:42 2007 UTC

362} 362}
363 363
364 364
365template<typename T> 365template<typename T>
366struct vector : simplevec<T> 366struct vector : simplevec<T>
367{ }; 367{
368};
368 369
369struct stringvec : simplevec<char *> 370struct stringvec : simplevec<char *>
370{ 371{
371 ~stringvec () 372 ~stringvec ()
372 { 373 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines