compatibility/compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -200,6 +200,10 @@ public:
 | 
				
			|||||||
    wxFont GetFont() const
 | 
					    wxFont GetFont() const
 | 
				
			||||||
        { return HasAttributes() ? m_attr->GetFont() : wxNullFont; }
 | 
					        { return HasAttributes() ? m_attr->GetFont() : wxNullFont; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // this conversion is necessary to make old code using GetItem() to
 | 
				
			||||||
 | 
					    // compile
 | 
				
			||||||
 | 
					    operator long() const { return m_itemId; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // these members are public for compatibility
 | 
					    // these members are public for compatibility
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    long            m_mask;     // Indicates what fields are valid
 | 
					    long            m_mask;     // Indicates what fields are valid
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user