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