remove implementations from interface headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1550,14 +1550,6 @@ public:
|
||||
characters of the @a val string.
|
||||
*/
|
||||
template<bool (T)(const wxUniChar& c)>
|
||||
inline bool wxStringCheck(const wxString& val)
|
||||
{
|
||||
for ( wxString::const_iterator i = val.begin();
|
||||
i != val.end();
|
||||
++i )
|
||||
if (T(*i) == 0)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
inline bool wxStringCheck(const wxString& val);
|
||||
|
||||
//@}
|
||||
|
Reference in New Issue
Block a user