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

List:       kde-commits
Subject:    kdesupport/cpptoxml/parser
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2009-04-02 6:53:40
Message-ID: 1238655220.386137.24713.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 948070 by aseigo:

build


 M  +2 -2      codemodel.cpp  
 M  +1 -1      codemodel.h  


--- trunk/kdesupport/cpptoxml/parser/codemodel.cpp #948069:948070
@@ -722,12 +722,12 @@
 // Qt
 bool _FunctionModelItem::isInvokable() const
 {
-    return _M_isInvokable;
+    return f._M_isInvokable;
 }
 
 void _FunctionModelItem::setInvokable(bool isInvokable)
 {
-    _M_isInvokable = isInvokable;
+    f._M_isInvokable = isInvokable;
 }
 
 // ---------------------------------------------------------------------------
--- trunk/kdesupport/cpptoxml/parser/codemodel.h #948069:948070
@@ -575,7 +575,7 @@
       uint _M_isExplicit: 1;
       uint _M_isVariadics: 1;
       uint _M_isInvokable : 1; // Qt
-    };
+    } f;
     uint _M_flags;
   };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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