------------------------------------------------------------------------
| 245 | |
| 246 | //------------------------------------------------------------------------ |
| 247 | void findModules (const std::string& path, Module::PathList& pathList) |
| 248 | { |
| 249 | findFilesWithExt (path, ".vst3", pathList); |
| 250 | } |
| 251 | |
| 252 | //------------------------------------------------------------------------ |
| 253 | } // anonymous |
no test coverage detected