From b7f7dd77bf565d719a2d2ada087f15978a79b48f Mon Sep 17 00:00:00 2001 From: yexo Date: Wed, 2 Sep 2009 12:02:55 +0000 Subject: [PATCH] (svn r17377) -Fix (r17365): MSVC complains about struct<>class difference --- src/widget_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget_type.h b/src/widget_type.h index 2c3b539622..a7a9812c7f 100644 --- a/src/widget_type.h +++ b/src/widget_type.h @@ -172,7 +172,7 @@ enum SizingType { /* Forward declarations. */ class NWidgetCore; -struct Scrollbar; +class Scrollbar; /** * Baseclass for nested widgets.