mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(thread): clean up function signatures in headers
This commit is contained in:
parent
3989b1da28
commit
4dbfb0b3be
3 changed files with 6 additions and 6 deletions
|
|
@ -23,8 +23,8 @@ class SCritSect {
|
|||
// Member functions
|
||||
SCritSect();
|
||||
~SCritSect();
|
||||
void Enter(void);
|
||||
void Leave(void);
|
||||
void Enter();
|
||||
void Leave();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue