summaryrefslogtreecommitdiffstats
path: root/src/Common/Configurable.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-10-19 21:21:57 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-10-19 21:21:57 +0200
commit3944988f51769b0ffd8e58c05566c82416bf983d (patch)
tree5dcfdec6f2d74a8545da84617b56d2685060397b /src/Common/Configurable.h
parent96b6f07a32cb02ae5d907bacd81f62fc25fdc278 (diff)
downloadmad-3944988f51769b0ffd8e58c05566c82416bf983d.tar
mad-3944988f51769b0ffd8e58c05566c82416bf983d.zip
Interface-?nderungen am ConfigManager/Configurable
Diffstat (limited to 'src/Common/Configurable.h')
-rw-r--r--src/Common/Configurable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Configurable.h b/src/Common/Configurable.h
index 350b444..0c471c7 100644
--- a/src/Common/Configurable.h
+++ b/src/Common/Configurable.h
@@ -32,7 +32,7 @@ class Configurable {
protected:
friend class ConfigManager;
- virtual bool handleConfigEntry(const std::vector<std::string>&, const std::vector<std::vector<std::string> >&) {return false;}
+ virtual bool handleConfigEntry(const std::vector<std::vector<std::string> >&) {return false;}
virtual void configFinished() {}
};