Better singleton names

This commit is contained in:
2024-02-23 13:24:03 -03:00
parent 810bf6b830
commit b27e6cb2ec
4 changed files with 14 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ struct DBSettings {
}
}
class DB {
class Database {
protected DBSettings m_settings;
protected EntityMetaData m_schema;
protected DataSource m_ds;