]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/rawbmp.h
Remove apparently unnecessary wxAuiMDIClientWindow dtor.
[wxWidgets.git] / include / wx / rawbmp.h
index 2731869eead8b63de5004da2b52fd119c8797fef..ff353e39883470bebcd4178360d7e86b0a28895a 100644 (file)
@@ -596,7 +596,7 @@ struct wxPixelDataOut<wxBitmap>
             // data access
             // -----------
 
-            // access to invidividual colour components
+            // access to individual colour components
             ChannelType& Red() { return m_ptr[PixelFormat::RED]; }
             ChannelType& Green() { return m_ptr[PixelFormat::GREEN]; }
             ChannelType& Blue() { return m_ptr[PixelFormat::BLUE]; }