Fix naming convention

This commit is contained in:
Wojtek Figat
2025-03-18 09:09:06 +01:00
parent 7f081abf92
commit e25efa8c6f
3 changed files with 3 additions and 3 deletions

View File

@@ -170,5 +170,5 @@ public:
/// <summary>
/// Releases data.
/// </summary>
void Dispose();
void Release();
};