Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginFilter.cpp

Issue 29332057: Issue #1234 - Replace CString in the traverser (Closed)
Patch Set: Created Dec. 7, 2015, 4:07 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/plugin/PluginDomTraverserBase.h ('k') | src/plugin/PluginUtil.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginFilter.cpp
===================================================================
--- a/src/plugin/PluginFilter.cpp
+++ b/src/plugin/PluginFilter.cpp
@@ -23,6 +23,7 @@
#include "PluginSettings.h"
#include "PluginSystem.h"
#include "PluginClass.h"
+#include "PluginUtil.h"
#include "mlang.h"
#include "TokenSequence.h"
#include "..\shared\CriticalSection.h"
@@ -33,14 +34,6 @@
static CriticalSection s_criticalSectionFilterMap;
-namespace
-{
- std::wstring ToLowerString(const std::wstring& s)
- {
- return ToWstring(ToCString(s).MakeLower());
- }
-}
-
// ============================================================================
// CFilterElementHide
// ============================================================================
« no previous file with comments | « src/plugin/PluginDomTraverserBase.h ('k') | src/plugin/PluginUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld