summaryrefslogtreecommitdiff
path: root/dggui/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/checkbox.h')
-rw-r--r--dggui/checkbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dggui/checkbox.h b/dggui/checkbox.h
index 1a323b6..281280e 100644
--- a/dggui/checkbox.h
+++ b/dggui/checkbox.h
@@ -39,7 +39,7 @@ public:
protected:
// From Widget:
- virtual void repaintEvent(RepaintEvent* repaintEvent) override;
+ void repaintEvent(const RepaintEvent& repaintEvent) override;
private:
Texture bg_on;