diff options
Diffstat (limited to 'src/gui/widgets/tab.h')
-rw-r--r-- | src/gui/widgets/tab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/tab.h b/src/gui/widgets/tab.h index 40f47f6ff..6cd2a3e2d 100644 --- a/src/gui/widgets/tab.h +++ b/src/gui/widgets/tab.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef TAB_H -#define TAB_H +#ifndef GUI_WIDGETS_TAB_H +#define GUI_WIDGETS_TAB_H #include "gui/widgets/widget2.h" @@ -181,4 +181,4 @@ class Tab : public gcn::BasicContainer, int mMode; }; -#endif +#endif // GUI_WIDGETS_TAB_H |