Skip to content

Commit

Permalink
Fix forward declaration of sf::Event
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed May 2, 2024
1 parent 45050eb commit c9ab6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-SFML.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "imgui-SFML_export.h"

namespace sf {
struct Event;
class Event;
class RenderTarget;
class RenderTexture;
class RenderWindow;
Expand Down

0 comments on commit c9ab6ff

Please sign in to comment.