summaryrefslogtreecommitdiff
path: root/include/channelmanager.h
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-04-15 12:53:52 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-04-15 12:53:52 -0700
commit76619990ad82501afc95d0c76f057a2841862de9 (patch)
treed656853eda2ca9e566537647a43d0ed9aa4cd561 /include/channelmanager.h
parentc3c98c05d88fcb24feb3e52cc77bd34425870b15 (diff)
parent9ebd9cba72056c5b36696e166826afb981f25ebb (diff)
Merge pull request #55 from Justasic/insp20
[2.0] Fixes for bug #12
Diffstat (limited to 'include/channelmanager.h')
-rw-r--r--include/channelmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/channelmanager.h b/include/channelmanager.h
index 7f43c88df..fb14b9dd0 100644
--- a/include/channelmanager.h
+++ b/include/channelmanager.h
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#ifndef __CHANNELMANAGER_H
-#define __CHANNELMANAGER_H
+#ifndef CHANNELMANAGER_H
+#define CHANNELMANAGER_H
/** THe channel manager class allocates and deallocates channels and manages
* the container which holds them. For some reason, nobody finished this.