]> git.lyx.org Git - lyx.git/blobdiff - src/support/pmprof.h
Make Thesaurus check for more general dictionaries (en-v2.idx)
[lyx.git] / src / support / pmprof.h
index d00eabc015f22cc9727e61c7487cf1dd31138eda..fe5ab7a4fdde0466c3460e8acb7f021c96221bf6 100644 (file)
@@ -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) {