modernize C++: use nullptr
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
std::ostringstream& ss,
|
||||
ElementIDRefs* sids,
|
||||
long masterTag,
|
||||
const char* postfix = 0,
|
||||
const char* postfix = nullptr,
|
||||
long tag = 0,
|
||||
bool forceTag = false) const;
|
||||
|
||||
@@ -183,7 +183,7 @@ public:
|
||||
|
||||
long getElementHistory(const MappedName & name,
|
||||
long masterTag,
|
||||
MappedName *original=0, std::vector<MappedName> *history=0) const;
|
||||
MappedName *original=nullptr, std::vector<MappedName> *history=nullptr) const;
|
||||
|
||||
private:
|
||||
/** Serialize this map
|
||||
|
||||
Reference in New Issue
Block a user