SVN commit 479740 by mueller: daily unbreak compilation M +2 -2 katdebug.cpp --- trunk/playground/base/kat/src/libkatdebug/katdebug.cpp #479739:479740 @@ -37,13 +37,13 @@ connect( &m_logTimer, SIGNAL( timeout() ), this, SLOT( logTimeout() ) ); m_logTimer.start( 10000 ); -}; +} void KatDebug::init( const QString& logFile, int defaultLevel, int logInterval ) { delete gkatDebug; gkatDebug = new KatDebug( logFile, defaultLevel, logInterval ); -}; +} void KatDebug::debug( const int level, const QString& debug ) {