Browse Source

removed double quote causing problems with ctags to show functions

sabrogden 6 years ago
parent
commit
a3c6b57aa7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QPasteWnd.cpp

+ 1 - 1
QPasteWnd.cpp

@@ -26,7 +26,7 @@
 #include "CF_UnicodeTextAggregator.h"
 #include "CF_TextAggregator.h"
 #include "htmlformataggregator.h"
-#include "shared/Tokenizer.h""
+#include "shared/Tokenizer.h"
 
 #ifdef _DEBUG
     #define new DEBUG_NEW