(svn r17377) -Fix (r17365): MSVC complains about struct<>class difference

This commit is contained in:
yexo 2009-09-02 12:02:55 +00:00
parent 9ceee42430
commit b7f7dd77bf

View File

@ -172,7 +172,7 @@ enum SizingType {
/* Forward declarations. */
class NWidgetCore;
struct Scrollbar;
class Scrollbar;
/**
* Baseclass for nested widgets.