ENH: Time - disambiguate call to name()

This commit is contained in:
Andrew Heather
2018-11-14 20:57:00 +00:00
parent a824c7fe96
commit 0a89ab81d0

View File

@ -277,6 +277,9 @@ public:
// Database functions
//- Return name from objectRegistry and not TimePaths
using objectRegistry::name;
//- Return root path
using TimePaths::rootPath;