diff options
| author | 2021-03-02 05:39:12 +0000 | |
|---|---|---|
| committer | 2021-03-02 05:56:56 +0000 | |
| commit | 4e488cb54d72fb4a1caa580f6756a6f4687beaf6 (patch) | |
| tree | ae74c5dc12685a23ede19a299753aed30c336960 /src/threadsocket.cpp | |
| parent | Move aligned_storage to the utility directory and clean up. (diff) | |
Refactor classbase/CullResult into Cullable/Cullable::Result.
Diffstat (limited to 'src/threadsocket.cpp')
| -rw-r--r-- | src/threadsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadsocket.cpp b/src/threadsocket.cpp index f9291a2d4..a2d0aae82 100644 --- a/src/threadsocket.cpp +++ b/src/threadsocket.cpp @@ -135,7 +135,7 @@ SocketThread::~SocketThread() { if (socket) { - socket->cull(); + socket->Cull(); delete socket; } } |
