diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-25 15:39:57 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-25 15:39:57 +0300 |
commit | 518515b5ceb6420e9f447573c9b0d918e589f599 (patch) | |
tree | c184b6a9995b84c01fca20a65d894e5213296c02 /protocols/YAMN/src/stdafx.h | |
parent | b92ba71196f421eb63f07ee1ed3225ea5c499785 (diff) |
name conflict resolution
Diffstat (limited to 'protocols/YAMN/src/stdafx.h')
-rw-r--r-- | protocols/YAMN/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/YAMN/src/stdafx.h b/protocols/YAMN/src/stdafx.h index b0c9c79792..b8cf7f482a 100644 --- a/protocols/YAMN/src/stdafx.h +++ b/protocols/YAMN/src/stdafx.h @@ -52,7 +52,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> CMOption<bool> bForceCheck;
__forceinline bool CheckFlags() {
- return bForceCheck ? YAMN_FORCECHECK : YAMN_NORMALCHECK;
+ return bForceCheck;
}
int Load() override;
|