| 1305 | //============================================================= |
| 1306 | template <class T> |
| 1307 | void AudioFile<T>::reportError (const std::string& errorMessage) |
| 1308 | { |
| 1309 | if (logErrorsToConsole) |
| 1310 | std::cerr << errorMessage << std::endl; |
| 1311 | } |
| 1312 | |
| 1313 | //============================================================= |
| 1314 | template <typename SignedType> |
nothing calls this directly
no outgoing calls
no test coverage detected