mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Add missing "inline" to const TrackedType()
git-svn-id: https://svn.eduke32.com/eduke32@4691 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
aa7e3e0c25
commit
59278b5398
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ enum {
|
|||
#undef __TRACKER_RIGHTHAND
|
||||
|
||||
template<typename TrackedType>
|
||||
__TRACKER_NAME<TrackedType>::operator TrackedType() const
|
||||
inline __TRACKER_NAME<TrackedType>::operator TrackedType() const
|
||||
{
|
||||
return this->TrackedValue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue