summaryrefslogtreecommitdiff
path: root/ace/Signal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Signal.cpp')
-rw-r--r--ace/Signal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Signal.cpp b/ace/Signal.cpp
index 3c2a73e78f4..9a8917265d3 100644
--- a/ace/Signal.cpp
+++ b/ace/Signal.cpp
@@ -347,7 +347,7 @@ ACE_Sig_Adapter::handle_signal (int signum,
// There are bugs with HP/UX's C++ compiler that prevents this stuff
// from compiling...
#if !defined (ACE_HAS_BROKEN_HPUX_TEMPLATES)
-#define ACE_MAX_SIGNAL_HANDLERS size_t (20)
+#define ACE_MAX_SIGNAL_HANDLERS (const size_t) (20)
// Keeps track of the id that uniquely identifies each registered
// signal handler. This id can be used to cancel a timer via the