From 096b90716dd314bbc00451ab5a89bcbc72dd35ca Mon Sep 17 00:00:00 2001 From: David Sansome Date: Mon, 12 Mar 2012 21:11:33 +0000 Subject: [PATCH] Fix a compile error with Clang --- src/podcasts/opmlcontainer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/podcasts/opmlcontainer.h b/src/podcasts/opmlcontainer.h index 9bde9099d..425542352 100644 --- a/src/podcasts/opmlcontainer.h +++ b/src/podcasts/opmlcontainer.h @@ -20,7 +20,8 @@ #include "podcast.h" -struct OpmlContainer { +class OpmlContainer { +public: // Only set for the top-level container QUrl url;