changed config() to const

release/4.3a0
Manohar Paluri 2009-09-11 18:33:05 +00:00
parent 5e713551b3
commit 0ac12dfcbf
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ namespace gtsam {
/**
* Return the config
*/
shared_config config() {
shared_config config() const{
return config_;
}