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 7c96af45..83af24da 100644 --- a/src/gui/widgets/resizegrip.h +++ b/src/gui/widgets/resizegrip.h @@ -40,7 +40,7 @@ class ResizeGrip : public gcn::Widget /** * Constructor. */ - ResizeGrip(std::string image = "graphics/gui/resize.png"); + ResizeGrip(const std::string &image = "graphics/gui/resize.png"); /** * Destructor. |