Skip to content

Commit 68a8136

Browse files
authored
Fix build when Simulink support is enabled
1 parent d5420c2 commit 68a8136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Simulink/src/BlockFactory.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static void mdlInitializeSizes(SimStruct* S)
110110

111111
// Allocate the block from the factory. Since this object is supposed to be deleted
112112
// by the end of this function scope, SharedLibraryClass can be used and provides RAII.
113-
shlibpp::SharedLibraryClass<blockfactory::core::Block> block(*factory);
113+
sharedlibpp::SharedLibraryClass<blockfactory::core::Block> block(*factory);
114114

115115
// Notify errors
116116
if (!block.isValid()) {

0 commit comments

Comments
 (0)