1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Fix use of uninitialised variable in class Event

This commit is contained in:
Craig Robbins 2016-05-01 16:47:08 +10:00
parent c95734654c
commit c1a0ebb725
2 changed files with 7 additions and 4 deletions

View file

@ -48,8 +48,8 @@ DEALINGS IN THE SOFTWARE.
*/
class Event {
public:
#if __cplusplus < 201103L
Event();
#if __cplusplus < 201103L
~Event();
#endif
void wait();