diff options
author | fluxgen <fluxgen> | 2002-02-17 19:00:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-17 19:00:24 (GMT) |
commit | 552f589c75750d4cf2896ebd86c30e4ccdc94285 (patch) | |
tree | afef474ccd73266ec2421f521f56b5088680766c /src/IconBar.hh | |
parent | c66f598b649aa8a935a5eb1bc1a52fa22fc4ad82 (diff) | |
download | fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.zip fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.tar.bz2 |
include guard
Diffstat (limited to 'src/IconBar.hh')
-rw-r--r-- | src/IconBar.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IconBar.hh b/src/IconBar.hh index 06ea007..d0202a3 100644 --- a/src/IconBar.hh +++ b/src/IconBar.hh | |||
@@ -19,10 +19,10 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IconBar.hh,v 1.5 2002/02/04 22:43:15 fluxgen Exp $ | 22 | // $Id: IconBar.hh,v 1.6 2002/02/17 18:57:47 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef _ICONBAR_HH_ | 24 | #ifndef ICONBAR_HH |
25 | #define _ICONBAR_HH_ | 25 | #define ICONBAR_HH |
26 | 26 | ||
27 | #include <vector> | 27 | #include <vector> |
28 | #include "Window.hh" | 28 | #include "Window.hh" |