Exemplo n.º 1
0
FileId::FileId(FileId const& other) : LogEntry::Arg::Base(), md5_(other.md5())
#ifdef DENG_DEBUG
  , path_(other.path())
#endif
{}