Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 13, 2023
1 parent 47d0522 commit 04b2ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A few helper functions are provided in `PCH.h` for writing call site hooks and v
- Virtual method swap:

- ```cpp
struct MyHook : public Singleton<MyHook>
class MyHook : public Singleton<MyHook>
{
public:
static HookReturnType Thunk(<args...>);
Expand Down

0 comments on commit 04b2ddd

Please sign in to comment.