X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..6bddaaf9472231a10204058664e15f61e7c28ddc:/interface/wx/variant.h diff --git a/interface/wx/variant.h b/interface/wx/variant.h index e276cce933..6b0c5d5006 100644 --- a/interface/wx/variant.h +++ b/interface/wx/variant.h @@ -8,7 +8,6 @@ /** @class wxVariant - @wxheader{variant.h} The wxVariant class represents a container for any type. A variant's value can be changed at run time, possibly to a different type of value. @@ -468,7 +467,6 @@ public: /** @class wxVariantData - @wxheader{variant.h} The wxVariantData class is used to implement a new type for wxVariant. Derive from wxVariantData, and override the pure virtual functions.