summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index e697a344a..73e8e06b2 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -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;