From fef8dba56bae76f6e876656cee603fc895fa0955 Mon Sep 17 00:00:00 2001 From: Don Bright Date: Sun, 19 May 2013 23:33:15 -0500 Subject: map bug diff --git a/src/mainwin.cc b/src/mainwin.cc index 1f8f699..b229435 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1027,7 +1027,7 @@ bool MainWindow::includesChanged() BOOST_FOREACH(const FileModule::IncludeContainer::value_type &item, this->root_module->includes) { //std::cout<< item.first << "second" << item.second << "\n"; //std::cout<< (is_modified(item.first, item.second)) <<"\n"; - if (this->root_module->include_modified(item)) + if (this->root_module->include_modified(item.second)) return true; } } -- cgit v0.10.1