fixed compiler error for gcc 4.2 on Mac OS
parent
26dcb4a992
commit
aae88032ea
|
|
@ -233,7 +233,7 @@ namespace gtsam {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** saves the Tree to a text file in GraphViz format */
|
/** saves the Tree to a text file in GraphViz format */
|
||||||
void saveGraph(const std::string& s, const IndexFormatter& indexFormatter = &boost::lexical_cast<std::string, Index>) const;
|
void saveGraph(const std::string& s, const IndexFormatter& indexFormatter = &(boost::lexical_cast<std::string, Index>) ) const;
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
/// @name Advanced Interface
|
/// @name Advanced Interface
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue