Update tools/property_tree support so it builds again.
This commit is contained in:
parent
7dddb1d1c1
commit
340da50315
|
@ -28,6 +28,7 @@ add_executable( property_tree
|
|||
EXCLUDE_FROM_ALL
|
||||
property_tree.cpp
|
||||
../common/richio.cpp
|
||||
../common/exceptions.cpp
|
||||
../common/dsnlexer.cpp
|
||||
../common/ptree.cpp
|
||||
)
|
||||
|
|
|
@ -85,7 +85,7 @@ int main( int argc, char** argv )
|
|||
}
|
||||
catch( const IO_ERROR& ioe )
|
||||
{
|
||||
fprintf( stderr, "%s\n", TO_UTF8( ioe.errorText ) );
|
||||
fprintf( stderr, "%s\n", TO_UTF8( ioe.What() ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue