Fix header guards

Closes #177
This commit is contained in:
Lukas W
2014-11-25 11:24:51 +01:00
parent 334a567620
commit e935cb046e
112 changed files with 338 additions and 338 deletions

View File

@@ -3,7 +3,7 @@
* modify links between controllers and models
*
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail.com>
*
*
* This file is part of LMMS - http://lmms.io
*
* This program is free software; you can redistribute it and/or
@@ -24,8 +24,8 @@
*/
#ifndef _CONTROLLER_CONNECTION_DIALOG_H
#define _CONTROLLER_CONNECTION_DIALOG_H
#ifndef CONTROLLER_CONNECTION_DIALOG_H
#define CONTROLLER_CONNECTION_DIALOG_H
#include <QDialog>
#include <QSortFilterProxyModel>
@@ -94,7 +94,7 @@ private:
Controller * m_controller;
const AutomatableModel * m_targetModel;
// Temporary midiController
// Temporary midiController
AutoDetectMidiController * m_midiController;
} ;