diff options
| -rw-r--r-- | src/mainwin.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mainwin.cc b/src/mainwin.cc index b4261de..1f8f699 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))  				return true;  		}  	} | 
