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

Unified Diff: src/plugin/PluginTabBase.cpp

Issue 5187613258416128: Issue #1234 - Rewrite internals of debug facility (Closed)
Patch Set: add virtual destructor to LogText Created Nov. 18, 2015, 12:35 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/PluginStdAfx.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginTabBase.cpp
===================================================================
--- a/src/plugin/PluginTabBase.cpp
+++ b/src/plugin/PluginTabBase.cpp
@@ -339,7 +339,7 @@
void CPluginTabBase::ThreadProc()
{
// Force loading/creation of settings
- CPluginSettings::GetInstance()->SetWorkingThreadId();
+ CPluginSettings::GetInstance();
Oleksandr 2015/11/25 04:42:30 Nit: This is a dummy call now. Note, the comment i
Eric 2015/11/25 17:41:17 This whole function is going away, including the c
std::string message =
"================================================================================\n"
« no previous file with comments | « src/plugin/PluginStdAfx.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld