1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Block out seemingly unused CRefDebug class for clang builds.

This commit is contained in:
Scott Ehlert 2011-06-17 17:56:39 -05:00
parent 7f4855ae1f
commit d0d1316651

View File

@ -302,6 +302,7 @@ public:
// referencing problems
//-----------------------------------------------------------------------------
#if 0
template <class BASE_REFCOUNTED, int FINAL_REFS = 0, const char *pszName = NULL>
class CRefDebug : public BASE_REFCOUNTED
{
@ -333,6 +334,7 @@ public:
}
#endif
};
#endif
//-----------------------------------------------------------------------------