Performance tweaks.

This commit is contained in:
Jeff Young
2025-06-09 20:09:24 +01:00
parent 8235843d01
commit 3d5a87d8db
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
const int dblibSchemaVersion = 1;
DATABASE_FIELD_MAPPING::DATABASE_FIELD_MAPPING( std::string aColumn, std::string aName,
DATABASE_FIELD_MAPPING::DATABASE_FIELD_MAPPING( const std::string& aColumn, const std::string& aName,
bool aVisibleOnAdd, bool aVisibleInChooser,
bool aShowName, bool aInheritProperties ) :
column( aColumn ),