]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp.in
Removed a line of debug code that got left in
[wxWidgets.git] / src / stc / stc.cpp.in
index 979bca8794bd0db9ab6ebbd9b1591cd9b71726db..3a415e1f85c3c913358b61e831bfd2bf8e6bc56c 100644 (file)
@@ -32,6 +32,7 @@ int wxForceScintillaLexers(void)
   extern LexerModule lmAVE;
   extern LexerModule lmConf;
   extern LexerModule lmCPP;
+  extern LexerModule lmNncrontab;
   extern LexerModule lmEiffel;
   extern LexerModule lmHTML;
   extern LexerModule lmLISP;
@@ -48,6 +49,7 @@ int wxForceScintillaLexers(void)
      && &lmAVE
      && &lmConf
      && &lmCPP
+     && &lmNncrontab
      && &lmEiffel
      && &lmHTML
      && &lmLISP