summaryrefslogtreecommitdiff
path: root/ACE/ace/CE_Screen_Output.h
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-13 22:57:39 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-13 22:57:39 +0200
commit3da59eac098c1ef9d2c98f2079185ff35c3b6105 (patch)
tree379c29e09bf55597fe6740cd163478cd1204a181 /ACE/ace/CE_Screen_Output.h
parentfe03724176dcfd20e0f9a6e493198469242be6b6 (diff)
downloadATCD-3da59eac098c1ef9d2c98f2079185ff35c3b6105.tar.gz
Remove obsolescent (void) in functions with no parameters
Diffstat (limited to 'ACE/ace/CE_Screen_Output.h')
-rw-r--r--ACE/ace/CE_Screen_Output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/CE_Screen_Output.h b/ACE/ace/CE_Screen_Output.h
index f2497487d42..032f03924b6 100644
--- a/ACE/ace/CE_Screen_Output.h
+++ b/ACE/ace/CE_Screen_Output.h
@@ -48,7 +48,7 @@ class ACE_Export ACE_CE_Screen_Output : public ACE_Log_Msg_Callback
public:
ACE_CE_Screen_Output (HWND hEdit);
- ACE_CE_Screen_Output (void);
+ ACE_CE_Screen_Output ();
virtual ~ACE_CE_Screen_Output();
@@ -58,7 +58,7 @@ public:
/// Interface to specify active window handle.
void SetOutputWindow (HWND hWnd);
- void clear (void);
+ void clear ();
/// Stream insertion operator that performs actual print out.
/**