summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-05-18 10:28:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-05-18 10:28:23 +0000
commit94605f87938130eb29effbc4344201d69b1e33ea (patch)
tree4114cb0720c68728abc11ce92dc0ac8d8c362dd6
parent3819f911eb0f1100673d75dfcbc07949b8f366fc (diff)
downloadATCD-94605f87938130eb29effbc4344201d69b1e33ea.tar.gz
-rw-r--r--ACE/tests/Based_Pointer_Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/tests/Based_Pointer_Test.cpp b/ACE/tests/Based_Pointer_Test.cpp
index 57fead0235f..d571ab4185d 100644
--- a/ACE/tests/Based_Pointer_Test.cpp
+++ b/ACE/tests/Based_Pointer_Test.cpp
@@ -40,12 +40,10 @@ private:
{
}
public:
+ friend class ace_dewarn_gplusplus;
~Foo ()
{
}
- void my_foo ()
- {
- }
};
class Void_Pointer : public ACE_Based_Pointer<void>