summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/acm/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/acm/TestI.h')
-rw-r--r--cpp/test/Ice/acm/TestI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/acm/TestI.h b/cpp/test/Ice/acm/TestI.h
index aa8a03dbc29..1acf45fcbba 100644
--- a/cpp/test/Ice/acm/TestI.h
+++ b/cpp/test/Ice/acm/TestI.h
@@ -49,7 +49,7 @@ public:
private:
- class HeartbeatCallbackI :
+ class HeartbeatCallbackI ICE_FINAL :
#ifdef ICE_CPP11_MAPPING
public std::enable_shared_from_this<HeartbeatCallbackI>,
#else