summaryrefslogtreecommitdiff
path: root/boost/thread/executors/generic_executor_ref.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/thread/executors/generic_executor_ref.hpp')
-rw-r--r--boost/thread/executors/generic_executor_ref.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/thread/executors/generic_executor_ref.hpp b/boost/thread/executors/generic_executor_ref.hpp
index da0382c160..1353dd3277 100644
--- a/boost/thread/executors/generic_executor_ref.hpp
+++ b/boost/thread/executors/generic_executor_ref.hpp
@@ -41,7 +41,7 @@ namespace boost
* \par Synchronization
* The completion of all the closures happen before the completion of the executor destructor.
*/
- ~executor_ref() {};
+ ~executor_ref() {}
/**
* \par Effects