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

[ROCm/rocdecode commit: 3767aae7a1]
Этот коммит содержится в:
jeffqjiangNew
2023-09-13 11:16:28 -04:00
коммит произвёл GitHub
родитель ba899b6ccd
Коммит d7cc20e42f
+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(); }