blob: 4afd336bf2ca221b779aa58380f4ffb3f471ee41 [file] [log] [blame]
#ifndef MP4V2_IMPL_TEXT_H
#define MP4V2_IMPL_TEXT_H
namespace mp4v2 { namespace impl {
///////////////////////////////////////////////////////////////////////////////
struct MP4V2_EXPORT LessIgnoreCase : less<string>
{
bool operator()( const string&, const string& ) const;
};
///////////////////////////////////////////////////////////////////////////////
}} // namespace mp4v2::impl
#endif // MP4V2_IMPL_TEXT_H