1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-01 16:13:28 +00:00
Thunderforge 7cbc4eeb49 Adding missing override keywords
Prevents compiler warnings such as this:

```
/Users/Will/CLionProjects/OpenMW/apps/openmw/mwgui/windowbase.hpp:65:22: warning: 'onOpen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void onOpen();
                     ^
/Users/Will/CLionProjects/OpenMW/apps/openmw/mwgui/windowbase.hpp:38:22: note: overridden virtual function is here
        virtual void onOpen() {}
                     ^
```
2018-07-01 19:17:50 -05:00
..
2018-06-14 15:30:28 +02:00
2018-06-29 20:35:45 +03:00
2018-07-01 19:17:50 -05:00
2018-06-14 22:08:53 +03:00
2018-07-01 19:17:50 -05:00
2018-03-30 12:44:38 -04:00
2018-02-27 23:48:45 +00:00
2016-12-15 13:09:40 +01:00
2018-01-16 00:11:27 -05:00