mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Deprecate and remove hsStlSortUtils
This commit is contained in:
@ -44,11 +44,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include "plString.h"
|
||||
|
||||
#include "plProfileManager.h"
|
||||
|
||||
#include "hsStlSortUtils.h"
|
||||
|
||||
class plProfileManager;
|
||||
class plGraphPlate;
|
||||
class plStatusLog;
|
||||
@ -58,7 +57,7 @@ class plProfileVar;
|
||||
class plProfileManagerFull
|
||||
{
|
||||
public:
|
||||
typedef std::set<const char*, stringISorter> GroupSet;
|
||||
typedef std::set<plString, plString::less_i> GroupSet;
|
||||
|
||||
protected:
|
||||
plProfileManager::VarVec& fVars;
|
||||
|
Reference in New Issue
Block a user