Skip to content

Commit 62f590a

Browse files
committed
[LINT] error 1506
Call to virtual function 'Symbol' within a constructor or destructor Note: Both functions were not used or overridden in any derived classes. Signed-off-by: Jocelyn Legault <jocelynlegault@gmail.com>
1 parent e0d7f78 commit 62f590a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PythonScript/src/PythonHandler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ class PythonHandler : public NppPythonScript::PyProducerConsumer<RunScriptArgs>
6464
protected:
6565
void consume(const std::shared_ptr<RunScriptArgs>& args);
6666

67-
virtual ScintillaWrapper* createScintillaWrapper();
68-
virtual NotepadPlusWrapper* createNotepadPlusWrapper();
67+
ScintillaWrapper* createScintillaWrapper();
68+
NotepadPlusWrapper* createNotepadPlusWrapper();
6969
virtual void queueComplete();
7070

7171
// Handles

0 commit comments

Comments
 (0)