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