Expose getPointedThing to Lua
[oweals/minetest.git] / src / guiPasswordChange.h
index 9680ef13da25d7fe08d6c83e22c41c78e4575ca8..d9d21e7c4223244c9dfb315420bfcf94b4620a47 100644 (file)
@@ -47,9 +47,9 @@ public:
 
 private:
        Client *m_client;
-       std::wstring m_oldpass;
-       std::wstring m_newpass;
-       std::wstring m_newpass_confirm;
+       std::wstring m_oldpass = L"";
+       std::wstring m_newpass = L"";
+       std::wstring m_newpass_confirm = L"";
 };
 
 #endif