Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 666716
Collapse All | Expand All

(-)a/opencv_contrib-3.4.1/modules/ovis/src/ovis.cpp (-1 / +1 lines)
Lines 147-153 Link Here
147
    int flags;
147
    int flags;
148
148
149
    Application(const Ogre::String& _title, const Size& sz, int _flags)
149
    Application(const Ogre::String& _title, const Size& sz, int _flags)
150
        : OgreBites::ApplicationContext("ovis", false), sceneMgr(NULL), title(_title), w(sz.width),
150
        : OgreBites::ApplicationContext("ovis"), sceneMgr(NULL), title(_title), w(sz.width),
151
          h(sz.height), key_pressed(-1), flags(_flags)
151
          h(sz.height), key_pressed(-1), flags(_flags)
152
    {
152
    {
153
        logMgr.reset(new LogManager());
153
        logMgr.reset(new LogManager());

Return to bug 666716