Use catalog instead of catalogue consistently
This commit is contained in:
parent
52011a9842
commit
7db859737a
10 changed files with 24 additions and 24 deletions
|
|
@ -124,7 +124,7 @@ public:
|
|||
using t_Container = std::vector<t_Elem>; ///< Do not assume it will stay a vector only expect bidirectional access
|
||||
|
||||
explicit PgSPtrContainer(std::weak_ptr<PgDatabaseCatalog> cat)
|
||||
: m_catalogue(cat)
|
||||
: m_catalog(cat)
|
||||
{}
|
||||
|
||||
|
||||
|
|
@ -188,7 +188,7 @@ public:
|
|||
std::sort(m_container.begin(), m_container.end());
|
||||
}
|
||||
protected:
|
||||
std::weak_ptr<PgDatabaseCatalog> m_catalogue;
|
||||
std::weak_ptr<PgDatabaseCatalog> m_catalog;
|
||||
t_Container m_container;
|
||||
|
||||
/** Override the implementation for this function to implement loading of single row.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue