From 028470aa22dd2054af5cbde14d236afbfcdc3b55 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 28 Mar 2014 21:53:21 -0400 Subject: [PATCH] Fix warnings and potential issues caused by incorrect header guard --- src/libtomahawk-playdarapi/PlaydarAPIDllMacro.h | 2 +- src/tomahawk/dialogs/DiagnosticsDialog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk-playdarapi/PlaydarAPIDllMacro.h b/src/libtomahawk-playdarapi/PlaydarAPIDllMacro.h index b72aaa85c..0af6e7181 100644 --- a/src/libtomahawk-playdarapi/PlaydarAPIDllMacro.h +++ b/src/libtomahawk-playdarapi/PlaydarAPIDllMacro.h @@ -18,7 +18,7 @@ */ #ifndef PLAYDARAPIDLLMACRO_H -#define PLAYDARAPISDLLMACRO_H +#define PLAYDARAPIDLLMACRO_H #include diff --git a/src/tomahawk/dialogs/DiagnosticsDialog.h b/src/tomahawk/dialogs/DiagnosticsDialog.h index b88165313..27b15df7c 100644 --- a/src/tomahawk/dialogs/DiagnosticsDialog.h +++ b/src/tomahawk/dialogs/DiagnosticsDialog.h @@ -16,7 +16,7 @@ * along with Tomahawk. If not, see . */ -#ifndef DIGANOSTICSDIALOG_H +#ifndef DIAGNOSTICSDIALOG_H #define DIAGNOSTICSDIALOG_H #include "accounts/Account.h"