summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocated_Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Collocated_Invocation.h')
-rw-r--r--TAO/tao/Collocated_Invocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Collocated_Invocation.h b/TAO/tao/Collocated_Invocation.h
index 41dfc3b23ac..bec4d7e70b1 100644
--- a/TAO/tao/Collocated_Invocation.h
+++ b/TAO/tao/Collocated_Invocation.h
@@ -84,7 +84,7 @@ namespace TAO
private:
// Disallow default construction.
- Collocated_Invocation (void);
+ Collocated_Invocation () = delete;
};
}