diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-09 14:52:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-09 14:52:19 +0300 |
commit | f661878450acdd32ebac6ee8c7680a09dbf8b9ec (patch) | |
tree | 3c2723a1333324edc5b8f4c08df16f10ca27050e /src/gui/viewport.h | |
parent | c66e0863ecc24145c57261987eb8e25776c303ce (diff) | |
download | mv-f661878450acdd32ebac6ee8c7680a09dbf8b9ec.tar.gz mv-f661878450acdd32ebac6ee8c7680a09dbf8b9ec.tar.bz2 mv-f661878450acdd32ebac6ee8c7680a09dbf8b9ec.tar.xz mv-f661878450acdd32ebac6ee8c7680a09dbf8b9ec.zip |
fix compilation warnings.
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 50a79ee15..8febd4fe5 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -300,7 +300,7 @@ class Viewport final : public WindowContainer, void _drawPath(Graphics *const graphics, const Path &path, const Color &color = Color(255, 0, 0)) const; - bool leftMouseAction(MouseEvent &event); + bool leftMouseAction(); bool openContextMenu(MouseEvent &event); |