Skip to content

Commit

Permalink
Switch forward declaration from class to struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskr97 committed Oct 10, 2021
1 parent 1624bb3 commit 648fec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Platform/Window/GLFWWindowBackend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <RageUtil/Misc/RageInputDevice.h>
#include "Core/Platform/Window/IWindowBackend.hpp"

class GLFWwindow;
struct GLFWwindow;

namespace Core::Platform::Window {

Expand Down

0 comments on commit 648fec9

Please sign in to comment.