[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kode
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2006-12-15 18:10:47
Message-ID: 1166206247.647823.32147.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 613929 by reed:

fix for local type error:
In function 'int addProperty(KCmdLineArgs*)':
164: error: 'addProperty(KCmdLineArgs*)::State' uses local type 'addProperty(KCmdLineArgs*)::State'
164: error:   trying to instantiate 'template<class T> kdbgstream& kdbgstream::operator<<(const T&)'


 M  +1 -1      kodemain.cpp  


--- trunk/KDE/kdepim/kode/kodemain.cpp #613928:613929
@@ -161,7 +161,7 @@
 
   QString line;
   while ( !( line = in.readLine() ).isNull() ) {
-    kDebug() << state << " LINE: " << line << endl;
+    kDebug() << (int)state << " LINE: " << line << endl;
     QString readAheadPrevious = readAhead;
     readAhead += line + '\n';
     switch( state ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic