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

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:52:57 +0000
parents a18e78b9c78b
children 18101be79c9c
line wrap: on
line diff
--- a/widgets/InteractiveFileFinder.h	Mon Nov 26 13:52:27 2018 +0000
+++ b/widgets/InteractiveFileFinder.h	Mon Nov 26 13:52:57 2018 +0000
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _INTERACTIVE_FILE_FINDER_H_
-#define _INTERACTIVE_FILE_FINDER_H_
+#ifndef SV_INTERACTIVE_FILE_FINDER_H
+#define SV_INTERACTIVE_FILE_FINDER_H
 
 #include "data/fileio/FileFinder.h"