]> git.sur5r.net Git - minitube/blobdiff - src/standardfeedsview.h
Fix compiler warnings reported by clang.
[minitube] / src / standardfeedsview.h
index f7e1485ffe2144e77a55f88f8fb9f1faaefb28b2..94a2be43eba6073aaed22c572ceada10330b3aef 100644 (file)
@@ -28,7 +28,7 @@ $END_LICENSE */
 #include "view.h"
 
 class VideoSource;
-class YTCategory;
+struct YTCategory;
 class YTStandardFeed;
 
 class StandardFeedsView : public QWidget, public View {