mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 18:41:27 +03:00
fix compile error
This commit is contained in:
@@ -52,7 +52,7 @@ impl Capturer {
|
||||
}
|
||||
}
|
||||
|
||||
impl TraitCapturer for Capturer {
|
||||
impl crate::TraitCapturer for Capturer {
|
||||
fn set_use_yuv(&mut self, use_yuv: bool) {
|
||||
self.use_yuv = use_yuv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user