Skip to content

Commit

Permalink
- Fixed header define.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jul 4, 2014
1 parent eaa4b6e commit 1fbed6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
Expand Up @@ -36,8 +36,8 @@
*
*/

#ifndef MODELICATEXTWIDGET_H
#define MODELICATEXTWIDGET_H
#ifndef MODELICATEXTEDITOR_H
#define MODELICATEXTEDITOR_H

#include <QToolButton>
#include <QSyntaxHighlighter>
Expand Down Expand Up @@ -136,4 +136,4 @@ public slots:
void settingsChanged();
};

#endif // MODELICATEXTWIDGET_H
#endif // MODELICATEXTEDITOR_H

0 comments on commit 1fbed6b

Please sign in to comment.