summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/Blobby/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/Blobby/Options.h')
-rw-r--r--ACE/apps/JAWS/clients/Blobby/Options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/JAWS/clients/Blobby/Options.h b/ACE/apps/JAWS/clients/Blobby/Options.h
index 915762a3e04..7c2ffbb0a34 100644
--- a/ACE/apps/JAWS/clients/Blobby/Options.h
+++ b/ACE/apps/JAWS/clients/Blobby/Options.h
@@ -28,7 +28,7 @@ class Options
{
public:
/// Returns the singleton instance
- static Options *instance (void);
+ static Options *instance ();
/// parses commandline arguments
void parse_args (int argc, ACE_TCHAR *argv[]);
@@ -55,7 +55,7 @@ public:
int debug_;
protected:
- Options (void);
+ Options ();
// protected constructor, singleton
/// the singleton