// Purpose: interface of wxAny
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
bool HasSameType(const wxAny& other) const;
/**
- Tests if wxAny is null (that is, whether there is data).
+ Tests if wxAny is null (that is, whether there is no data).
*/
bool IsNull() const;