summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Logging/Use_Stderr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Logging/Use_Stderr.cpp')
-rw-r--r--ACE/examples/APG/Logging/Use_Stderr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/APG/Logging/Use_Stderr.cpp b/ACE/examples/APG/Logging/Use_Stderr.cpp
index 465e9eb08cb..807313ca18e 100644
--- a/ACE/examples/APG/Logging/Use_Stderr.cpp
+++ b/ACE/examples/APG/Logging/Use_Stderr.cpp
@@ -1,6 +1,6 @@
#include "ace/Log_Msg.h"
-void foo (void);
+void foo ();
// Listing 1 code/ch03
int ACE_TMAIN (int, ACE_TCHAR *argv[])
@@ -28,7 +28,7 @@ int ACE_TMAIN (int, ACE_TCHAR *argv[])
return 0;
}
-void foo (void)
+void foo ()
{
ACE_TRACE ("foo");