mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2026-05-17 13:20:22 -04:00
Replace unsigned int, and char with uint and uchar.
This commit is contained in:
@ -50,7 +50,7 @@ void FractoriumEmberController<T>::FillXaosWithCurrentXform()
|
||||
/// <param name="i">The index of the xform whose xaos will be used</param>
|
||||
/// <returns>The xaos name string</returns>
|
||||
template <typename T>
|
||||
QString FractoriumEmberController<T>::MakeXaosNameString(unsigned int i)
|
||||
QString FractoriumEmberController<T>::MakeXaosNameString(uint i)
|
||||
{
|
||||
Xform<T>* xform = m_Ember.GetXform(i);
|
||||
QString name;
|
||||
|
||||
Reference in New Issue
Block a user