aboutsummaryrefslogtreecommitdiff
path: root/src/MenuTheme.cc
diff options
context:
space:
mode:
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() {