X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fpmprof.h;h=fe5ab7a4fdde0466c3460e8acb7f021c96221bf6;hb=77ab3017d0bc759ff8f69cec5cb5b7d9eae122c6;hp=d00eabc015f22cc9727e61c7487cf1dd31138eda;hpb=fb0827f8bbc17fc5775122312ad946b6f60ed276;p=lyx.git diff --git a/src/support/pmprof.h b/src/support/pmprof.h index d00eabc015..fe5ab7a4fd 100644 --- a/src/support/pmprof.h +++ b/src/support/pmprof.h @@ -128,7 +128,7 @@ int gettimeofday(struct timeval * tv, struct timezone * /*tz*/) class PMProfStat { public: PMProfStat(char const * name) - : name_(name), sec_(0), usec_(0), count_(0) {}; + : name_(name), sec_(0), usec_(0), count_(0) {} ~PMProfStat() { if (count_>0) {