Fix using Sorting in C++ game code
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user