diff options
Diffstat (limited to 'src/ToolbarTheme.cc')
-rw-r--r-- | src/ToolbarTheme.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolbarTheme.cc b/src/ToolbarTheme.cc index f1a68c7..999b142 100644 --- a/src/ToolbarTheme.cc +++ b/src/ToolbarTheme.cc | |||
@@ -19,7 +19,7 @@ | |||
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: ToolbarTheme.cc,v 1.13 2003/10/13 23:47:38 fluxgen Exp $ | 22 | // $Id: ToolbarTheme.cc,v 1.14 2004/04/26 15:04:37 rathnor Exp $ |
23 | 23 | ||
24 | #include "ToolbarTheme.hh" | 24 | #include "ToolbarTheme.hh" |
25 | 25 | ||
@@ -29,7 +29,7 @@ | |||
29 | using namespace std; | 29 | using namespace std; |
30 | 30 | ||
31 | template<> | 31 | template<> |
32 | void FbTk::ThemeItem<bool>::load() { } | 32 | void FbTk::ThemeItem<bool>::load(const std::string *name, const std::string *altname) { } |
33 | 33 | ||
34 | template<> | 34 | template<> |
35 | void FbTk::ThemeItem<bool>::setDefaultValue() { | 35 | void FbTk::ThemeItem<bool>::setDefaultValue() { |