From: jmarshallnz Date: Tue, 11 Mar 2014 20:35:58 +0000 (+1300) Subject: Merge pull request #4396 from tru/guicontrolheaderguard X-Git-Tag: Gotham_beta2~21 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=cbbf313553bf31bbe0329099ed9207aa56275f5a;hp=a63276618e9d812116dcff4ee07f5e52e310090a;p=vuplus_xbmc Merge pull request #4396 from tru/guicontrolheaderguard Fix: Header guard in GUIControlFactor.h had a typo. --- diff --git a/xbmc/guilib/GUIControlFactory.h b/xbmc/guilib/GUIControlFactory.h index 0e7e764..ab7d6eb 100644 --- a/xbmc/guilib/GUIControlFactory.h +++ b/xbmc/guilib/GUIControlFactory.h @@ -4,7 +4,7 @@ */ #ifndef GUI_CONTROL_FACTORY_H -#define GIU_CONTROL_FACTORY_H +#define GUI_CONTROL_FACTORY_H #pragma once