diff widgets/CommandHistory.h @ 1407:05d614f6e46d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:52:57 +0000
parents 73a58a4dfebd
children
line wrap: on
line diff
--- a/widgets/CommandHistory.h	Mon Nov 26 13:52:27 2018 +0000
+++ b/widgets/CommandHistory.h	Mon Nov 26 13:52:57 2018 +0000
@@ -22,8 +22,8 @@
    distributed under the GNU Lesser General Public License.
 */
 
-#ifndef _MULTI_VIEW_COMMAND_HISTORY_H_
-#define _MULTI_VIEW_COMMAND_HISTORY_H_
+#ifndef SV_MULTI_VIEW_COMMAND_HISTORY_H
+#define SV_MULTI_VIEW_COMMAND_HISTORY_H
 
 #include <QObject>
 #include <QString>