~siretart/aspectc++/debian

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/src/CObjectInfo.cc

  • Committer: Reinhard Tartler
  • Date: 2013-10-13 18:20:07 UTC
  • mto: This revision was merged to the branch mainline in revision 101.
  • Revision ID: siretart@tauware.de-20131013182007-qc3ibv60inzzk8l4
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
 
236
236
bool CObjectInfo::isClassMember () const {
237
237
  return AttributeInfo () ? AttributeInfo ()->Record () :
238
 
         FunctionInfo () ? FunctionInfo ()->Record () : false;
 
238
         FunctionInfo () ? FunctionInfo ()->Record () : (CRecord*)0;
239
239
}
240
240
 
241
241
CRecord *CObjectInfo::ClassScope () const {