We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5420c2 commit 68a8136Copy full SHA for 68a8136
sources/Simulink/src/BlockFactory.cpp
@@ -110,7 +110,7 @@ static void mdlInitializeSizes(SimStruct* S)
110
111
// Allocate the block from the factory. Since this object is supposed to be deleted
112
// by the end of this function scope, SharedLibraryClass can be used and provides RAII.
113
- shlibpp::SharedLibraryClass<blockfactory::core::Block> block(*factory);
+ sharedlibpp::SharedLibraryClass<blockfactory::core::Block> block(*factory);
114
115
// Notify errors
116
if (!block.isValid()) {
0 commit comments