mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-10 00:56:03 +01:00
fix(Bugcheck): remove redundant trailing ; (#5004)
This commit is contained in:
@@ -138,7 +138,7 @@ protected:
|
|||||||
|
|
||||||
|
|
||||||
#define poco_unexpected() \
|
#define poco_unexpected() \
|
||||||
Poco::Bugcheck::unexpected(__FILE__, __LINE__);
|
Poco::Bugcheck::unexpected(__FILE__, __LINE__)
|
||||||
|
|
||||||
|
|
||||||
#define poco_debugger() \
|
#define poco_debugger() \
|
||||||
|
|||||||
Reference in New Issue
Block a user