summaryrefslogtreecommitdiff
path: root/dggui/tabbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/tabbutton.h')
-rw-r--r--dggui/tabbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/tabbutton.h b/dggui/tabbutton.h
index ac9a37c..7a51ad6 100644
--- a/dggui/tabbutton.h
+++ b/dggui/tabbutton.h
@@ -58,8 +58,8 @@ public:
protected:
// From Widget:
- virtual void repaintEvent(RepaintEvent* e) override;
- virtual void scrollEvent(ScrollEvent* scroll_event) override;
+ void repaintEvent(const RepaintEvent& e) override;
+ void scrollEvent(const ScrollEvent& scroll_event) override;
private:
TabID tab_id;