aboutsummaryrefslogtreecommitdiff
path: root/src/MenuTheme.cc
diff options
context:
space:
mode:
authormathias <mathias>2006-10-30 19:31:15 (GMT)
committermathias <mathias>2006-10-30 19:31:15 (GMT)
commite5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5 (patch)
treec84838a84802805e9b1463045e86200b7cef917f /src/MenuTheme.cc
parent426c12c25c2ef095a882619ad7424684b88465b8 (diff)
downloadfluxbox-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.zip
fluxbox-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.tar.bz2
Cosmetic patch from Slava Semushin
Diffstat (limited to 'src/MenuTheme.cc')
-rw-r--r--src/MenuTheme.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/MenuTheme.cc b/src/MenuTheme.cc
index 2bcbf10..4d6f55c 100644
--- a/src/MenuTheme.cc
+++ b/src/MenuTheme.cc
@@ -1,6 +1,6 @@
1// MenuTheme.cc 1// MenuTheme.cc
2// Copyright (c) 2003 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2003 Henrik Kinnunen (fluxgen at fluxbox dot org)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
6// to deal in the Software without restriction, including without limitation 6// to deal in the Software without restriction, including without limitation
@@ -23,13 +23,13 @@
23 23
24#include "MenuTheme.hh" 24#include "MenuTheme.hh"
25#include "StringUtil.hh" 25#include "StringUtil.hh"
26#include <iostream> 26
27using namespace std; 27using std::string;
28 28
29namespace FbTk { 29namespace FbTk {
30 30
31template <> 31template <>
32void FbTk::ThemeItem<Shape::ShapePlace>::load(const std::string *name, const std::string *altname) { } 32void FbTk::ThemeItem<Shape::ShapePlace>::load(const string *name, const string *altname) { }
33 33
34template <> 34template <>
35void FbTk::ThemeItem<Shape::ShapePlace>::setDefaultValue() { 35void FbTk::ThemeItem<Shape::ShapePlace>::setDefaultValue() {