VirtualBox

Changeset 84768 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 10, 2020 5:42:39 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138567
Message:

FE/Qt: bugref:9695: Build fix for r138540, no c++11 yet in common case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp

    r84746 r84768  
    184184
    185185    /* QOpenGLWidget methods, which must be reimplemented. */
    186     void initializeGL() override;
    187     void paintGL() override;
    188     void resizeGL(int w, int h) override;
     186    void initializeGL() /* override */;
     187    void paintGL() /* override */;
     188    void resizeGL(int w, int h) /* override */;
    189189
    190190private:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette