summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-05-18 09:58:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-05-18 09:58:07 +0000
commit3819f911eb0f1100673d75dfcbc07949b8f366fc (patch)
treeddf912ab97ccf63603cacd05b96d83312cc5467c
parent4be719243b7bc101e1767bc18a9b2430574524a4 (diff)
downloadATCD-3819f911eb0f1100673d75dfcbc07949b8f366fc.tar.gz
-rw-r--r--ACE/tests/Based_Pointer_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/tests/Based_Pointer_Test.cpp b/ACE/tests/Based_Pointer_Test.cpp
index 3fbfc63ad04..57fead0235f 100644
--- a/ACE/tests/Based_Pointer_Test.cpp
+++ b/ACE/tests/Based_Pointer_Test.cpp
@@ -43,6 +43,9 @@ public:
~Foo ()
{
}
+ void my_foo ()
+ {
+ }
};
class Void_Pointer : public ACE_Based_Pointer<void>