Author: fehr Date: Thu Oct 11 14:06:11 2007 New Revision: 41372 URL: http://svn.opensuse.org/viewcvs/yast?rev=41372&view=rev Log: add missing const declarator Modified: branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/Storage.h Modified: branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/Storage.h URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/Storage.h?rev=41372&r1=41371&r2=41372&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/Storage.h (original) +++ branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/Storage.h Thu Oct 11 14:06:11 2007 @@ -159,7 +159,7 @@ void handleLogFile( const string& name ); static bool testFilesEqual( const string& n1, const string& n2 ); void printInfo( std::ostream& str ); - void logCo( Container* c ); + void logCo( Container* c ) const; void logCo( const string& device ); void logProcData( const string& l="" ); storage::UsedByType usedBy( const string& dev ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org