summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-24 14:56:05 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-24 14:56:05 +0200
commit3830a1001b808c883d97602be4107a8a92c44a8b (patch)
tree105abd07bc2dea17a209d9ef1da0d83a941ddfeb
parent0480576d43fb7ddcc16de9dab0619a1424f129fd (diff)
downloadmad-3830a1001b808c883d97602be4107a8a92c44a8b.tar
mad-3830a1001b808c883d97602be4107a8a92c44a8b.zip
Falsche Destruktor-Deklaration entfernt
-rw-r--r--src/modules/SystemBackendPosix/SystemBackendPosix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/SystemBackendPosix/SystemBackendPosix.h b/src/modules/SystemBackendPosix/SystemBackendPosix.h
index 3cdb43c..e462b43 100644
--- a/src/modules/SystemBackendPosix/SystemBackendPosix.h
+++ b/src/modules/SystemBackendPosix/SystemBackendPosix.h
@@ -44,8 +44,6 @@ class SystemBackendPosix : public Common::SystemBackend {
virtual void reboot() throw(Net::Exception);
public:
- ~SystemBackendPosix();
-
static void registerBackend() {
if(backend)
return;