From: Dana Jansens Date: Mon, 27 Jan 2003 23:47:17 +0000 (+0000) Subject: font use the same ifdefs as label.hh X-Git-Tag: openbox-2_3_0~185 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=25b85266038c2e9d240a19a0b17c00c77fbf7fcb;p=dana%2Fopenbox.git font use the same ifdefs as label.hh --- 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