~jamesh/mediascanner/sort-results

« back to all changes in this revision

Viewing changes to src/mediascanner/mediautils.cpp

  • Committer: Tarmac
  • Author(s): Jussi Pakkanen
  • Date: 2013-09-11 15:37:17 UTC
  • mfrom: (381.2.7 media-scanner)
  • Revision ID: tarmac-20130911153717-j22y231kn1w9slmj
Replace boost::bind with std::bind. Fixes: https://bugs.launchpad.net/bugs/1223906.

Approved by Pawel Stolowski, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
                                GList **failed_keys,
241
241
                                std::string *error_message) {
242
242
    if (failed_keys)
243
 
        *failed_keys = null_ptr;
 
243
        *failed_keys = nullptr;
244
244
 
245
245
    const Wrapper<GrlRegistry> registry = wrap(grl_registry_get_default());
246
246
    GrlData *const media_data = GRL_DATA(media);