no changes, just fix a typo in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -104,7 +104,7 @@ template<typename T>
|
|||||||
class wxVector
|
class wxVector
|
||||||
{
|
{
|
||||||
private:
|
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".
|
// type T is movable type, otherwise to wxVectorMemOpsGeneric".
|
||||||
//
|
//
|
||||||
// Note that we use typedef instead of privately deriving from this (which
|
// Note that we use typedef instead of privately deriving from this (which
|
||||||
|
Reference in New Issue
Block a user