Clean up old style angle brackets in nested templates

This commit is contained in:
Twan van Laarhoven
2020-05-15 02:15:58 +02:00
parent 3ea5ea9573
commit a7c47729c1
16 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
if (hasFilter()) {
return make_intrusive<QuickFilter<T>>(getFilterString());
} else {
return intrusive_ptr<Filter<T> >();
return intrusive_ptr<Filter<T>>();
}
}
+1 -1
View File
@@ -12,7 +12,7 @@
#include <gui/control/card_list.hpp>
#include <data/filter.hpp>
typedef intrusive_ptr<Filter<Card> > CardListFilterP;
typedef intrusive_ptr<Filter<Card>> CardListFilterP;
// ----------------------------------------------------------------------------- : FilteredCardList
+1 -1
View File
@@ -263,7 +263,7 @@ private:
mutable RealSize size, item_size;
mutable double label_width;
Alignment alignment;
vector<pair<String,String> > values;
vector<pair<String,String>> values;
};
//class GraphTable {
+1 -1
View File
@@ -14,7 +14,7 @@
#include <data/filter.hpp>
#include <data/set.hpp>
typedef intrusive_ptr<Filter<Keyword> > KeywordListFilterP;
typedef intrusive_ptr<Filter<Keyword>> KeywordListFilterP;
// ----------------------------------------------------------------------------- : Events