Skip to content

Commit e56a244

Browse files
committed
- make OSX happy.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent f98ff9b commit e56a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Template/GenerateAPIFunctionsTpl.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ template getQtInterface(list<DAE.Type> tys, String classNameWithColons, String c
119119
::=
120120
let funcs = tys |> ty as T_FUNCTION(source=path::_) => '<%getQtInterfaceFunc(pathLastIdent(path), ty.funcArg, ty.funcResultType, classNameWithColons)%><%\n%>'
121121
<<
122-
#include <Qt/QtCore>
122+
#include <QtCore>
123123
#include <stdexcept>
124124
#include "OpenModelicaScriptingAPIQt.h"
125125

0 commit comments

Comments
 (0)