6 lines
128 B
C++
6 lines
128 B
C++
|
|
||
|
#include <database/databaserow.h>
|
||
|
|
||
|
void marstr::databaserow::AddField(marstr::databasefield fld)
|
||
|
{ RowFields.push_back(fld); }
|