X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_model.hpp;fp=common%2Ftrace_model.hpp;h=cd89bb6ceb41d6f38184064d0329cfe685c22461;hb=b4a3d1495a5e92ba23bf463bcea34a6e75b55294;hp=a74508efc5e0a0fc2411f9fe19b3e1aea070beda;hpb=91392daed9dc6b4c94859dc38c729d91bd9efb40;p=apitrace diff --git a/common/trace_model.hpp b/common/trace_model.hpp index a74508e..cd89bb6 100644 --- a/common/trace_model.hpp +++ b/common/trace_model.hpp @@ -38,7 +38,7 @@ #include -namespace Trace { +namespace trace { typedef unsigned Id; @@ -352,6 +352,6 @@ inline std::ostream & operator <<(std::ostream &os, Call &call) { } -} /* namespace Trace */ +} /* namespace trace */ #endif /* _TRACE_MODEL_HPP_ */