Fixes for compilation

This commit is contained in:
Wojciech Figat
2022-12-14 14:04:14 +01:00
parent 188428a7a9
commit c38eda5799
5 changed files with 10 additions and 4 deletions

View File

@@ -54,8 +54,5 @@ public:
/// Gets the string.
/// </summary>
/// <returns>The string.</returns>
String ToString() const
{
return String::Format(TEXT("ID: {0}, TypeName: {1}, Path: \'{2}\'"), ID, TypeName, Path);
}
String ToString() const;
};