summaryrefslogtreecommitdiff
path: root/ACE/tests/UUID_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-08 13:29:25 +0100
committerGitHub <noreply@github.com>2020-12-08 13:29:25 +0100
commit9e992b40b158f66390407cd063a788da7c5c7a06 (patch)
tree6d51b72dc93f8142a6cb93c5b6f8154d60d04925 /ACE/tests/UUID_Test.cpp
parent8d2ab4cfecaefd6f10bee548112e3e0740670c9d (diff)
parentdfbe26383cee15ab6859137759b52e86c8888ffe (diff)
downloadATCD-9e992b40b158f66390407cd063a788da7c5c7a06.tar.gz
Merge branch 'master' into jwi-autoptr
Diffstat (limited to 'ACE/tests/UUID_Test.cpp')
-rw-r--r--ACE/tests/UUID_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/UUID_Test.cpp b/ACE/tests/UUID_Test.cpp
index a94b9dc64f8..972464ed2ce 100644
--- a/ACE/tests/UUID_Test.cpp
+++ b/ACE/tests/UUID_Test.cpp
@@ -17,11 +17,11 @@
class Tester
{
public:
- int test (void);
+ int test ();
};
int
-Tester::test (void)
+Tester::test ()
{
int retval = 0;