mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-26 20:50:56 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -6,7 +6,7 @@ using namespace std;
|
||||
class TextEditScreen : public Screen
|
||||
{
|
||||
protected:
|
||||
wstring title;
|
||||
std::wstring title;
|
||||
private:
|
||||
std::shared_ptr<SignTileEntity> sign;
|
||||
int frame;
|
||||
@@ -20,7 +20,7 @@ public:
|
||||
protected:
|
||||
virtual void buttonClicked(Button *button);
|
||||
private:
|
||||
static const wstring allowedChars;
|
||||
static const std::wstring allowedChars;
|
||||
protected:
|
||||
virtual void keyPressed(wchar_t ch, int eventKey);
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user