(svn r17578) -Fix (r17572): Some compilers don't like default function template arguments.

This commit is contained in:
alberth
2009-09-19 14:41:43 +00:00
parent 44dc34bb38
commit 0fd79cc4cc
2 changed files with 4 additions and 4 deletions

View File

@@ -398,7 +398,7 @@ public:
Window *z_front; ///< The window in front of us in z-order.
Window *z_back; ///< The window behind us in z-order.
template <class NWID = NWidgetBase>
template <class NWID>
inline NWID *GetWidget(uint widnum) const;