We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0c565 commit 01fa228Copy full SHA for 01fa228
public/tier1/convar.h
@@ -264,8 +264,8 @@ class ConCommandBase
264
265
public:
266
inline ConCommandBase* InternalNext() { return m_pNext; };
267
- inline ConCommandBase* InternalConCommandBases() { return s_pConCommandBases; };
268
- inline IConCommandBaseAccessor* InternalBaseAccessor() { return s_pAccessor; };
+ static inline ConCommandBase* InternalConCommandBases() { return s_pConCommandBases; };
+ static inline IConCommandBaseAccessor* InternalBaseAccessor() { return s_pAccessor; };
269
};
270
271
0 commit comments