Compositor; Explicitly specify inline function

This commit is contained in:
Sergey Sharybin 2014-10-06 22:15:35 +06:00
parent 29bb5f9a69
commit 4a763e1c68
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public:
void setUseValueAlphaMultiply(const bool value) { this->m_valueAlphaMultiply = value; }
bool useValueAlphaMultiply() { return this->m_valueAlphaMultiply; }
inline bool useValueAlphaMultiply() { return this->m_valueAlphaMultiply; }
void setUseClamp(bool value) { this->m_useClamp = value; }
};