diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 6231df6990..d105f55862 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -229,6 +229,8 @@ public: template<class T> struct PROTO : public PROTO_INTERFACE
{
+ typedef PROTO_INTERFACE CSuper;
+
__forceinline PROTO(const char *szProto, const wchar_t *tszUserName) :
PROTO_INTERFACE(szProto, tszUserName)
{}
|