Changeset - r12875:8a6c80b73050
[Not reviewed]
master
0 1 0
yexo - 15 years ago 2009-09-02 12:02:55
yexo@openttd.org
(svn r17377) -Fix (r17365): MSVC complains about struct<>class difference
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/widget_type.h
Show inline comments
 
@@ -172,7 +172,7 @@ enum SizingType {
 

	
 
/* Forward declarations. */
 
class NWidgetCore;
 
struct Scrollbar;
 
class Scrollbar;
 

	
 
/**
 
 * Baseclass for nested widgets.
0 comments (0 inline, 0 general)