summaryrefslogtreecommitdiff
path: root/src/utils/tokencollector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/tokencollector.hpp')
-rw-r--r--src/utils/tokencollector.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/tokencollector.hpp b/src/utils/tokencollector.hpp
index 332bd1a0..6a6fdd36 100644
--- a/src/utils/tokencollector.hpp
+++ b/src/utils/tokencollector.hpp
@@ -18,8 +18,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMW_TOKENCOLLECTOR_HPP
-#define _TMW_TOKENCOLLECTOR_HPP
+#ifndef TOKENCOLLECTOR_HPP
+#define TOKENCOLLECTOR_HPP
#include <string>
#include <list>
@@ -135,4 +135,4 @@ class TokenCollector: private TokenCollectorBase
Handler *mHandler;
};
-#endif // _TMW_TOKENCOLLECTOR_HPP
+#endif // TOKENCOLLECTOR_HPP