summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/PMC_All.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/PMC_All.h')
-rw-r--r--ACE/apps/drwho/PMC_All.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/drwho/PMC_All.h b/ACE/apps/drwho/PMC_All.h
index 15b9c92e19f..196f8d3cb68 100644
--- a/ACE/apps/drwho/PMC_All.h
+++ b/ACE/apps/drwho/PMC_All.h
@@ -27,8 +27,8 @@ protected:
virtual int decode (char *packet, int &total_bytes);
public:
- PMC_All (void);
- virtual void process (void);
+ PMC_All ();
+ virtual void process ();
};
#endif /* _PMC_ALL_H */