[vlc-devel] [PATCH 11/28] modules: gui/qt4/components/sout: fixed include-guard

Filip Roséen filip at atch.se
Sat Feb 20 23:20:16 CET 2016


  * renamed include-guard to fix issue with reserved identifier
---
 modules/gui/qt4/components/sout/profile_selector.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/sout/profile_selector.hpp b/modules/gui/qt4/components/sout/profile_selector.hpp
index 8e7228b..3b28e86 100644
--- a/modules/gui/qt4/components/sout/profile_selector.hpp
+++ b/modules/gui/qt4/components/sout/profile_selector.hpp
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _PROFILE_H_
-#define _PROFILE_H_
+#ifndef GUI__QT4__COMPONENTS__SOUT__PROFILE_SELECTOR_HPP_
+#define GUI__QT4__COMPONENTS__SOUT__PROFILE_SELECTOR_HPP_
 
 #include "qt4.hpp"
 
-- 
2.7.1



More information about the vlc-devel mailing list