# HG changeset patch # User Chris Cannam # Date 1309337856 -3600 # Node ID 1ebd8e13262dd7f939db16c097507e04514844c1 # Parent dd14baa45847afa7d830ef6c1965d0c99c72ca6a Fix compile error (bad merge! oops) diff -r dd14baa45847 -r 1ebd8e13262d framework/MainWindowBase.cpp --- a/framework/MainWindowBase.cpp Sun Jun 26 19:53:34 2011 +0100 +++ b/framework/MainWindowBase.cpp Wed Jun 29 09:57:36 2011 +0100 @@ -1188,7 +1188,7 @@ bool loadedTemplate = false; if (mode == ReplaceSession) { - std::cerr << "SV looking for template " << tplPath << std::endl; + std::cerr << "SV looking for template " << templateName << std::endl; if (templateName != "") { FileOpenStatus tplStatus = openSessionTemplate(templateName); if (tplStatus != FileOpenFailed) {