1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Fix warnings and potential issues caused by incorrect header guard

This commit is contained in:
Jeff Mitchell
2014-03-28 21:53:21 -04:00
parent 0f4b12f156
commit 028470aa22
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
*/
#ifndef PLAYDARAPIDLLMACRO_H
#define PLAYDARAPISDLLMACRO_H
#define PLAYDARAPIDLLMACRO_H
#include <QtCore/qglobal.h>

View File

@@ -16,7 +16,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DIGANOSTICSDIALOG_H
#ifndef DIAGNOSTICSDIALOG_H
#define DIAGNOSTICSDIALOG_H
#include "accounts/Account.h"