PythonEditor: Modernize

modernize-*

Change-Id: I3d8a79b59822f9d13f90730b770121dbf582da84
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2018-11-23 23:23:01 +01:00
parent ce8b2edc8e
commit 45db65e09c
4 changed files with 3 additions and 6 deletions

View File

@@ -37,10 +37,10 @@ namespace Internal {
*/
class Scanner
{
public:
Scanner(const Scanner &other) = delete;
void operator=(const Scanner &other) = delete;
public:
enum State {
State_Default,
State_String,