From 25b85266038c2e9d240a19a0b17c00c77fbf7fcb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 27 Jan 2003 23:47:17 +0000 Subject: [PATCH] font use the same ifdefs as label.hh --- otk/focuslabel.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh index ec194712..8db444d3 100644 --- a/otk/focuslabel.hh +++ b/otk/focuslabel.hh @@ -1,6 +1,6 @@ // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- -#ifndef __label_hh -#define __label_hh +#ifndef __focuslabel_hh +#define __focuslabel_hh #include "focuswidget.hh" @@ -27,4 +27,4 @@ private: } -#endif +#endif // __focuslabel_hh -- 2.39.2