summaryrefslogtreecommitdiff
path: root/CIAO/examples/DevGuideExamples/Messenger/History_exec_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/DevGuideExamples/Messenger/History_exec_i.cpp')
-rw-r--r--CIAO/examples/DevGuideExamples/Messenger/History_exec_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/DevGuideExamples/Messenger/History_exec_i.cpp b/CIAO/examples/DevGuideExamples/Messenger/History_exec_i.cpp
index 618f714c696..10498bbdf71 100644
--- a/CIAO/examples/DevGuideExamples/Messenger/History_exec_i.cpp
+++ b/CIAO/examples/DevGuideExamples/Messenger/History_exec_i.cpp
@@ -89,7 +89,7 @@ namespace CIAO_Messenger_Impl
// bump up the reference count; we don't own it.
// the _var in the STL list takes ownership of the "copy"
message->_add_ref();
- this->messages_.push_back( message );
+ this->messages_.push_back(message);
}
}