Fix using Sorting in C++ game code

This commit is contained in:
2021-04-12 12:50:59 +02:00
parent 81305a10cf
commit c47db14c83
+1 -1
View File
@@ -17,7 +17,7 @@ public:
/// <summary>
/// Helper collection used by the sorting algorithms. Implements stack using single linear allocation with variable capacity.
/// </summary>
class SortingStack
class FLAXENGINE_API SortingStack
{
public: