fixed compiler warnings

pull/40/head
Nestal Wan 2012-07-30 16:43:51 +08:00
parent bec8362639
commit 612b35a090
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
namespace gr {
State::State( const fs::path& rootFolder, const fs::path& filename, const Json& options ) :
m_cstamp( -1 ),
m_res(rootFolder)
m_res(rootFolder),
m_cstamp( -1 )
{
Read( filename ) ;