MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / DeleteInstance

Method DeleteInstance

scintilla/src/ExternalLexer.cxx:135–138  ·  view source on GitHub ↗

Delete any LexerManager instance...

Source from the content-addressed store, hash-verified

133
134/// Delete any LexerManager instance...
135void LexerManager::DeleteInstance() {
136 delete theInstance;
137 theInstance = NULL;
138}
139
140/// protected constructor - this is a singleton...
141LexerManager::LexerManager() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected