Skip to content

Commit c9ab6ff

Browse files
committed
Fix forward declaration of sf::Event
1 parent 45050eb commit c9ab6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui-SFML.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "imgui-SFML_export.h"
1111

1212
namespace sf {
13-
struct Event;
13+
class Event;
1414
class RenderTarget;
1515
class RenderTexture;
1616
class RenderWindow;

0 commit comments

Comments
 (0)