summaryrefslogtreecommitdiffstats
path: root/src/modules/SystemBackendPosix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/SystemBackendPosix.h')
-rw-r--r--src/modules/SystemBackendPosix.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/SystemBackendPosix.h b/src/modules/SystemBackendPosix.h
index 9be16af..bbf1941 100644
--- a/src/modules/SystemBackendPosix.h
+++ b/src/modules/SystemBackendPosix.h
@@ -17,8 +17,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MAD_MODULE_SYSTEMBACKENDPOSIX_H_
-#define MAD_MODULE_SYSTEMBACKENDPOSIX_H_
+#ifndef MAD_MODULES_SYSTEMBACKENDPOSIX_H_
+#define MAD_MODULES_SYSTEMBACKENDPOSIX_H_
#include <Common/SystemBackend.h>
@@ -33,7 +33,7 @@
namespace Mad {
namespace Modules {
-class SystemBackendPosix : public Common::SystemBackend {
+class SystemBackendPosix : private Common::SystemBackend {
private:
static SystemBackendPosix *backend;
static std::map<pid_t, sigc::slot<void, int> > processes;
@@ -93,4 +93,4 @@ class SystemBackendPosix : public Common::SystemBackend {
}
}
-#endif /* MAD_MODULE_SYSTEMBACKENDPOSIX_H_ */
+#endif /* MAD_MODULES_SYSTEMBACKENDPOSIX_H_ */