GAPI: fix uninitialized variables in Fluid

This commit is contained in:
Anton Potapov
2020-05-25 11:59:28 +03:00
parent 7f453ade73
commit be9f3826d7
2 changed files with 2 additions and 2 deletions
@@ -87,7 +87,7 @@ public:
private:
std::unique_ptr<Priv> m_priv;
const Cache* m_cache;
const Cache* m_cache = nullptr;
};
class GAPI_EXPORTS Buffer