summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1904_Regression
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-01 17:14:52 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-01 17:14:52 +0000
commit40c2f0e4409f150dac46c3d5a4c271810124b4a0 (patch)
tree0b38bbe23c911788f4d8f20158e54bf79be66095 /TAO/tests/Bug_1904_Regression
parenta659f7c618adc5e2b8681c8c5b09efb41242f28b (diff)
downloadATCD-40c2f0e4409f150dac46c3d5a4c271810124b4a0.tar.gz
Sun Jul 1 17:13:40 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/Bug_1904_Regression')
-rw-r--r--TAO/tests/Bug_1904_Regression/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1904_Regression/test.cpp b/TAO/tests/Bug_1904_Regression/test.cpp
index 571f46e114b..baf2e177689 100644
--- a/TAO/tests/Bug_1904_Regression/test.cpp
+++ b/TAO/tests/Bug_1904_Regression/test.cpp
@@ -6,7 +6,7 @@ class con_i : public virtual POA_con
};
int
-ACE_TMAIN(int argc, ACE_TCHAR *argv[])
+ACE_TMAIN(int, ACE_TCHAR *[])
{
return 0;
}