summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/QtTests/client.h')
-rw-r--r--TAO/tests/QtTests/client.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/QtTests/client.h b/TAO/tests/QtTests/client.h
index e4b50c40a70..0b1d9be90c4 100644
--- a/TAO/tests/QtTests/client.h
+++ b/TAO/tests/QtTests/client.h
@@ -35,13 +35,12 @@ public:
~Client (void);
//Dtor..
- void create_widgets (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ void create_widgets (void);
// Adds the callbacks to the GUI underneath.....
void show (void);
- void parse_args (int argc, char *argv[]
- ACE_ENV_ARG_DECL);
+ void parse_args (int argc, char *argv[]);
QVBox box_;
// A box widget..