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:
parent
c95734654c
commit
c1a0ebb725
2 changed files with 7 additions and 4 deletions
|
@ -48,8 +48,8 @@ DEALINGS IN THE SOFTWARE.
|
|||
*/
|
||||
class Event {
|
||||
public:
|
||||
#if __cplusplus < 201103L
|
||||
Event();
|
||||
#if __cplusplus < 201103L
|
||||
~Event();
|
||||
#endif
|
||||
void wait();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue