mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
--Code changes
-Fix build. -Cleanup warnings.
This commit is contained in:
@ -192,9 +192,9 @@ public:
|
||||
/// </summary>
|
||||
/// <param name="i">The index in the file of the ember</param>
|
||||
/// <returns>The default ember name</returns>
|
||||
static QString DefaultEmberName(uint i)
|
||||
static QString DefaultEmberName(T i)
|
||||
{
|
||||
return DefaultFilename() + "_" + ToString(i);
|
||||
return DefaultFilename() + "_" + ToString<T>(i);
|
||||
}
|
||||
|
||||
QString m_Filename;
|
||||
|
Reference in New Issue
Block a user