diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-09-03 14:23:08 -0700 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-09-03 14:23:08 -0700 |
| commit | 10e27147843c640b275dbaae926a6fb84567f86b (patch) | |
| tree | d7c0119823166633b64dea320bd386951ac0644a /mp/src/utils/common/mstristrip.cpp | |
| parent | General: (diff) | |
| parent | Fix bsp lump names being declared non-portably. (diff) | |
| download | source-sdk-2013-10e27147843c640b275dbaae926a6fb84567f86b.tar.xz source-sdk-2013-10e27147843c640b275dbaae926a6fb84567f86b.zip | |
Merge commit '82fe37f'
Diffstat (limited to 'mp/src/utils/common/mstristrip.cpp')
| -rw-r--r-- | mp/src/utils/common/mstristrip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/utils/common/mstristrip.cpp b/mp/src/utils/common/mstristrip.cpp index 6a66de2f..9e611f94 100644 --- a/mp/src/utils/common/mstristrip.cpp +++ b/mp/src/utils/common/mstristrip.cpp @@ -867,7 +867,7 @@ public: int iFirstUsed;
int iOrigIndex;
- bool operator<(const SortEntry& rhs)
+ bool operator<(const SortEntry& rhs) const
{
return iFirstUsed < rhs.iFirstUsed;
}
|