diff base/TextMatcher.h @ 1581:ad5f892c0c4d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents ef14acd6d102
children c3b5564cfb78
line wrap: on
line diff
--- a/base/TextMatcher.h	Mon Nov 26 13:48:45 2018 +0000
+++ b/base/TextMatcher.h	Mon Nov 26 13:51:36 2018 +0000
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _TEXT_MATCHER_H_
-#define _TEXT_MATCHER_H_
+#ifndef SV_TEXT_MATCHER_H
+#define SV_TEXT_MATCHER_H
 
 #include <QString>
 #include <QStringList>