mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
typos, yay!
This commit is contained in:
@@ -26,8 +26,8 @@ TaskMapAccount::TaskMapAccount(StationId parentID, StationId childID) :
|
||||
bool TaskMapAccount::process(DB::Session *session)
|
||||
{
|
||||
MapAccountQuery qry;
|
||||
qry.parentID=m_parentId;
|
||||
qry.childID=m_childId;
|
||||
qry.parentID=m_parentID;
|
||||
qry.childID=m_childID;
|
||||
|
||||
bool rval = session->exec(&qry);
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ class TaskMapAccount : public DB::TaskRequest
|
||||
public:
|
||||
MapAccountQuery();
|
||||
|
||||
DB::BindableNetworkId parentID; //lint !e1925 // public data member
|
||||
DB::BindableLong parentID; //lint !e1925 // public data member
|
||||
DB::BindableLong childID; //lint !e1925 // public data member
|
||||
|
||||
virtual void getSQL(std::string &sql);
|
||||
|
||||
Reference in New Issue
Block a user