diff --git a/public/tier1/refcount.h b/public/tier1/refcount.h index 691923cf..16318b31 100644 --- a/public/tier1/refcount.h +++ b/public/tier1/refcount.h @@ -348,6 +348,7 @@ public: // referencing problems //----------------------------------------------------------------------------- +#if 0 template class CRefDebug : public BASE_REFCOUNTED { @@ -379,6 +380,7 @@ public: } #endif }; +#endif //-----------------------------------------------------------------------------