diff options
Diffstat (limited to 'src/gui/widgets/resizegrip.h')
-rw-r--r-- | src/gui/widgets/resizegrip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/resizegrip.h b/src/gui/widgets/resizegrip.h index 5f3a09a4..acb934d2 100644 --- a/src/gui/widgets/resizegrip.h +++ b/src/gui/widgets/resizegrip.h @@ -41,7 +41,7 @@ class ResizeGrip : public gcn::Widget /** * Constructor. */ - ResizeGrip(); + ResizeGrip(std::string image = "graphics/gui/resize.png"); /** * Destructor. |