Merge pull request #42 from grendello/fspinbox-inlines
Make FSPinBox::get{Prefix,Suffix} functions inline
This commit is contained in:
commit
867dabf637
|
@ -169,11 +169,11 @@ inline sInt64 FSpinBox::getValue()
|
|||
{ return value; }
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
FString FSpinBox::getPrefix() const
|
||||
inline FString FSpinBox::getPrefix() const
|
||||
{ return pfix; }
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
FString FSpinBox::getSuffix() const
|
||||
inline FString FSpinBox::getSuffix() const
|
||||
{ return sfix; }
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue