コード例 #1
0
ファイル: fileid.cpp プロジェクト: cmbruns/Doomsday-Engine
FileId::FileId(FileId const& other) : LogEntry::Arg::Base(), md5_(other.md5())
#ifdef DENG_DEBUG
  , path_(other.path())
#endif
{}