Gui: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Gui {
|
||||
friend class ViewProviderIndex;
|
||||
TYPESYSTEM_HEADER_WITH_OVERRIDE();
|
||||
static QIcon* documentIcon;
|
||||
typedef boost::unordered_set<ViewProviderIndex*> IndexSet;
|
||||
using IndexSet = boost::unordered_set<ViewProviderIndex*>;
|
||||
std::map<const ViewProviderDocumentObject*, IndexSet> vp_nodes;
|
||||
void addToDocument(ViewProviderIndex*);
|
||||
void removeFromDocument(ViewProviderIndex*);
|
||||
|
||||
Reference in New Issue
Block a user