Remove semicolon

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
MS 2024-03-12 10:10:03 -04:00 committed by GitHub
parent 4ea7687f03
commit 7bad2ac04e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
#include "mxcriticalsection.h"
#define AUTOLOCK(CS) MxAutoLock lock(&CS);
#define AUTOLOCK(CS) MxAutoLock lock(&CS)
class MxAutoLock {
public: