Skip to content

Commit

Permalink
get rid of compiler warning (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
brakhane authored Dec 23, 2024
1 parent ce96196 commit 4db6c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/ContentBrowserWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ContentBrowserWindow : public wi::gui::Window
void AddItems(const std::string& folder, const std::string& extension, const std::string& icon);
void AddItem(const std::string& filename, const std::string& icon);

void Update(const wi::Canvas& canvas, float dt);
void Update(const wi::Canvas& canvas, float dt) override;
void Render(const wi::Canvas& canvas, wi::graphics::CommandList cmd) const override;
void ResizeLayout() override;
};
Expand Down

0 comments on commit 4db6c94

Please sign in to comment.