git-svn-id: svn://db.shs.com.ru/pip@899 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-03-05 10:07:42 +00:00
parent c34e230376
commit 8d52e56486
2 changed files with 3 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
class PIP_EXPORT PIConditionVariable {
public:
explicit PIConditionVariable();
~PIConditionVariable();
virtual ~PIConditionVariable();
/**
* @brief Unblocks one of the threads currently waiting for this condition. If no threads are waiting, the function