diff options
Diffstat (limited to 'ACE/ace/Refcounted_Auto_Ptr.h')
-rw-r--r-- | ACE/ace/Refcounted_Auto_Ptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Refcounted_Auto_Ptr.h b/ACE/ace/Refcounted_Auto_Ptr.h index 2129741655f..f5d18f1f029 100644 --- a/ACE/ace/Refcounted_Auto_Ptr.h +++ b/ACE/ace/Refcounted_Auto_Ptr.h @@ -45,7 +45,7 @@ template <class X, class ACE_LOCK> class ACE_Refcounted_Auto_Ptr { /// Used to define a proper boolean conversion for "if (sp) ..." - static void unspecified_bool(ACE_Refcounted_Auto_Ptr<X, ACE_LOCK>***){}; + static void unspecified_bool(ACE_Refcounted_Auto_Ptr<X, ACE_LOCK>***){} typedef void (*unspecified_bool_type)(ACE_Refcounted_Auto_Ptr<X, ACE_LOCK>***); public: |