git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51474
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class wxVector
{
private:
class wxVector
{
private:
- // Tthis cryptic expression means "typedef Ops to wxVectorMemOpsMovable if
+ // This cryptic expression means "typedef Ops to wxVectorMemOpsMovable if
// type T is movable type, otherwise to wxVectorMemOpsGeneric".
//
// Note that we use typedef instead of privately deriving from this (which
// type T is movable type, otherwise to wxVectorMemOpsGeneric".
//
// Note that we use typedef instead of privately deriving from this (which