Clean source code. Add to_wstring<T> T={int, float, double, ...}

This commit is contained in:
Arthur Sonzogni
2019-01-06 16:10:57 +01:00
parent c854d07d63
commit 805c9061e5
9 changed files with 52 additions and 71 deletions

View File

@@ -23,7 +23,7 @@ class Input : public Component {
// Component implementation.
dom::Element Render() override;
bool OnEvent(Event) override;
bool OnEvent(Event) override;
private:
int cursor_position = 0;