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