Skip to content
  • Bastien Nocera's avatar
    plparser: Fix "Unknown namespace for symbol" warnings · 6943130e
    Bastien Nocera authored
    The _IS_ was in the wrong location for the symbol.
    totem-pl-parser/plparse/totem-pl-parser.h:38: Warning: TotemPlParser: symbol='TOTEM_IS_PL_PARSER': Unknown namespace for symbol 'TOTEM_IS_PL_PARSER'
    totem-pl-parser/plparse/totem-pl-parser.h:39: Warning: TotemPlParser: symbol='TOTEM_IS_PL_PARSER_CLASS': Unknown namespace for symbol 'TOTEM_IS_PL_PARSER_CLASS'
    totem-pl-parser/plparse/totem-pl-playlist.h:32: Warning: TotemPlParser: symbol='TOTEM_IS_PL_PLAYLIST': Unknown namespace for symbol 'TOTEM_IS_PL_PLAYLIST'
    totem-pl-parser/plparse/totem-pl-playlist.h:33: Warning: TotemPlParser: symbol='TOTEM_IS_PL_PLAYLIST_CLASS': Unknown namespace for symbol 'TOTEM_IS_PL_PLAYLIST_CLASS'
    6943130e