Fix a link error when building the sample apps. (#5)
This commit is contained in:
+1
-1
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user