mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
persister cleanup (still broke but logic is there for when it isn't); also replace all the SOE BS for forwarding stl port with native object classes because i thought that may be part of the problem...
This commit is contained in:
@@ -225,7 +225,7 @@ void ShipComponentDataEngine::printDebugString (Unicode::String & result, U
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
void ShipComponentDataEngine::getAttributes(stdvector<std::pair<std::string, Unicode::String> >::fwd & data) const
|
||||
void ShipComponentDataEngine::getAttributes(std::vector<std::pair<std::string, Unicode::String> > & data) const
|
||||
{
|
||||
ServerShipComponentData::getAttributes(data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user