Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Message.h')
-rw-r--r--src/Message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Message.h b/src/Message.h
index 473075efa..f93d3d946 100644
--- a/src/Message.h
+++ b/src/Message.h
@@ -28,8 +28,8 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef MESSAGE_H_
-#define MESSAGE_H_
+#ifndef MUMBLE_MESSAGE_H_
+#define MUMBLE_MESSAGE_H_
#include <string>
#include <QtCore/QCryptographicHash>