src/news_gui.cpp
changeset 9184 6c18790d3929
parent 9180 5ee3a1bb314c
child 9199 ce9fbdff6581
--- a/src/news_gui.cpp	Sun May 11 15:00:11 2008 +0000
+++ b/src/news_gui.cpp	Sun May 11 15:08:44 2008 +0000
@@ -60,7 +60,7 @@
 static NewsID _oldest_news = 0;             ///< points to first item in fifo queue
 static NewsID _latest_news = INVALID_NEWS;  ///< points to last item in fifo queue
 
-struct news_d : vp_d {
+struct news_d {
 	uint16 chat_height;
 	NewsItem *ni;
 };