1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-06 06:03:23 +01:00

Fix a compile error with Clang

This commit is contained in:
David Sansome 2012-03-12 21:11:33 +00:00
parent 204f7acbfa
commit 096b90716d

View File

@ -20,7 +20,8 @@
#include "podcast.h"
struct OpmlContainer {
class OpmlContainer {
public:
// Only set for the top-level container
QUrl url;