Fix a link error when building the sample apps. (#5)

This commit is contained in:
jeffqjiangNew
2023-09-13 11:16:28 -04:00
committed by GitHub
parent ed2bbe920a
commit 3767aae7a1
+1 -1
View File
@@ -28,7 +28,7 @@ THE SOFTWARE.
struct DecHandle {
explicit DecHandle(); //constructor
explicit DecHandle() {}; //constructor
~DecHandle() { clear_errors(); }
std::shared_ptr<RocDecoder> roc_decoder; // class instantiation
bool no_error() { return error.empty(); }