mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
11 lines
359 B
C++
11 lines
359 B
C++
--- base/check.h.orig 2021-07-15 19:13:29 UTC
|
|
+++ base/check.h
|
|
@@ -85,7 +85,7 @@ class BASE_EXPORT CheckError {
|
|
// Stream for adding optional details to the error message.
|
|
std::ostream& stream();
|
|
|
|
- NOMERGE ~CheckError();
|
|
+ ~CheckError();
|
|
|
|
CheckError(const CheckError& other) = delete;
|
|
CheckError& operator=(const CheckError& other) = delete;
|