mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 19:29:08 +00:00
Fix clang compile
This commit is contained in:
+2
-2
@@ -2655,8 +2655,8 @@ public:
|
||||
const void *m_expectedVModel;
|
||||
|
||||
// double-check that the data I point to hasn't changed
|
||||
bool ValidateAgainst( const CStudioHdr * RESTRICT pstudiohdr );
|
||||
void SetValidationPair( const CStudioHdr *RESTRICT pstudiohdr );
|
||||
bool ValidateAgainst( const CStudioHdr * RESTRICT pstudiohdr ) RESTRICT;
|
||||
void SetValidationPair( const CStudioHdr *RESTRICT pstudiohdr ) RESTRICT;
|
||||
|
||||
friend class CStudioHdr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user