Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygserver/process.h')
-rw-r--r--winsup/cygserver/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygserver/process.h b/winsup/cygserver/process.h
index 142b3634c..c062ee193 100644
--- a/winsup/cygserver/process.h
+++ b/winsup/cygserver/process.h
@@ -46,7 +46,7 @@ public:
_next (NULL)
{}
- virtual ~cleanup_routine ();
+ virtual ~cleanup_routine () = 0;
bool operator== (const cleanup_routine &rhs) const
{