diff options
Diffstat (limited to 'src/MenuTheme.cc')
-rw-r--r-- | src/MenuTheme.cc | 8 |
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 | |
27 | using namespace std; | 27 | using std::string; |
28 | 28 | ||
29 | namespace FbTk { | 29 | namespace FbTk { |
30 | 30 | ||
31 | template <> | 31 | template <> |
32 | void FbTk::ThemeItem<Shape::ShapePlace>::load(const std::string *name, const std::string *altname) { } | 32 | void FbTk::ThemeItem<Shape::ShapePlace>::load(const string *name, const string *altname) { } |
33 | 33 | ||
34 | template <> | 34 | template <> |
35 | void FbTk::ThemeItem<Shape::ShapePlace>::setDefaultValue() { | 35 | void FbTk::ThemeItem<Shape::ShapePlace>::setDefaultValue() { |