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

summaryrefslogtreecommitdiff
path: root/source/windowing/StarLayout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/windowing/StarLayout.hpp')
-rw-r--r--source/windowing/StarLayout.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/windowing/StarLayout.hpp b/source/windowing/StarLayout.hpp
index f199891..6fc68da 100644
--- a/source/windowing/StarLayout.hpp
+++ b/source/windowing/StarLayout.hpp
@@ -8,7 +8,7 @@ namespace Star {
class Layout : public Widget {
public:
Layout();
- virtual void update() override;
+ virtual void update(float dt) override;
};
}