summaryrefslogtreecommitdiff
path: root/xmpp/moduleimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/moduleimpl.h')
-rw-r--r--xmpp/moduleimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmpp/moduleimpl.h b/xmpp/moduleimpl.h
index 32a182b..897bfce 100644
--- a/xmpp/moduleimpl.h
+++ b/xmpp/moduleimpl.h
@@ -25,8 +25,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _moduleimpl_h_
-#define _moduleimpl_h_
+#ifndef TALK_XMPP_MODULEIMPL_H_
+#define TALK_XMPP_MODULEIMPL_H_
#include "talk/xmpp/module.h"
#include "talk/xmpp/xmppengine.h"
@@ -90,4 +90,4 @@ private:
}
-#endif
+#endif // TALK_XMPP_MODULEIMPL_H_