Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/windowing/StarFlowLayout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/windowing/StarFlowLayout.hpp')
-rw-r--r--source/windowing/StarFlowLayout.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/windowing/StarFlowLayout.hpp b/source/windowing/StarFlowLayout.hpp
index ef20e9a..86127c6 100644
--- a/source/windowing/StarFlowLayout.hpp
+++ b/source/windowing/StarFlowLayout.hpp
@@ -11,7 +11,7 @@ STAR_CLASS(FlowLayout);
class FlowLayout : public Layout {
public:
FlowLayout();
- virtual void update() override;
+ virtual void update(float dt) override;
void setSpacing(Vec2I const& spacing);
void setWrapping(bool wrap);