[vlc-commits] Qt: fixed include-guard for sout

Filip Roséen git at videolan.org
Mon Feb 22 11:59:34 CET 2016


vlc | branch: master | Filip Roséen <filip at atch.se> | Mon Feb 22 01:12:52 2016 +0100| [cc096c42644e26f66ba9e53bf820ca83f82b2645] | committer: Jean-Baptiste Kempf

Qt: fixed include-guard for sout

  * renamed include-guard to fix issue with reserved identifier

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc096c42644e26f66ba9e53bf820ca83f82b2645
---

 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..6eef9d0 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 VLC_QT_PROFILE_SELECTOR_HPP_
+#define VLC_QT_PROFILE_SELECTOR_HPP_
 
 #include "qt4.hpp"
 



More information about the vlc-commits mailing list