summaryrefslogtreecommitdiff
path: root/examples/APG/Logging/Callback-2.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Logging/Callback-2.h')
-rw-r--r--examples/APG/Logging/Callback-2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/Logging/Callback-2.h b/examples/APG/Logging/Callback-2.h
index f2c124896b1..87463ce47fd 100644
--- a/examples/APG/Logging/Callback-2.h
+++ b/examples/APG/Logging/Callback-2.h
@@ -15,7 +15,7 @@ public:
cerr << "Log Message Received:" << endl;
unsigned long msg_severity = log_record.type ();
ACE_Log_Priority prio =
- ACE_static_cast (ACE_Log_Priority, msg_severity);
+ static_cast<ACE_Log_Priority> (msg_severity);
const ACE_TCHAR *prio_name =
ACE_Log_Record::priority_name (prio);
cerr << "\tType: "