Add DEBUG_TRACE output to file utility functions in libpbd

This commit is contained in:
Paul Davis 2013-07-13 16:55:40 -04:00
parent 550eeecc63
commit ccdc6fcd6a
3 changed files with 21 additions and 9 deletions

View file

@ -43,6 +43,7 @@ namespace PBD {
extern uint64_t Pool;
extern uint64_t EventLoop;
extern uint64_t AbstractUI;
extern uint64_t FileUtils;
}
}