summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp')
-rw-r--r--TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp b/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
index 05cdcd2ccc8..35c42b14cbe 100644
--- a/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
+++ b/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
@@ -50,7 +50,7 @@ Stopwatch_display::set_time (CORBA::Float time)
XmString xmstr = XmStringCreateSimple (buf);
// Display the string in the Label widget
- XtVaSetValues (this->label_, XmNlabelString, xmstr, 0);
+ XtVaSetValues (this->label_, XmNlabelString, xmstr, static_cast<void *>(0));
//??Can use XtSetValues with ac and al values..
// The compound string can be freed once passed to the widget