mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
add missing oveerride
This commit is contained in:
parent
eb0f968ffb
commit
2dfc373841
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class SSCSMEnvironment : public Thread
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SSCSMEnvironment(std::shared_ptr<StupidChannel> channel);
|
SSCSMEnvironment(std::shared_ptr<StupidChannel> channel);
|
||||||
~SSCSMEnvironment();
|
~SSCSMEnvironment() override;
|
||||||
|
|
||||||
SSCSMScripting *getScript() { return m_script.get(); }
|
SSCSMScripting *getScript() { return m_script.get(); }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue