Changeset 1050

Show
Ignore:
Timestamp:
02/26/10 11:52:34 (5 months ago)
Author:
corni
Message:

Remove the consts as they break the build...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rphp/include/rphp/analysis/pAST.h

    r1049 r1050  
    132132                                                 return new (C) CLASS(*this, C);\ 
    133133                                              }\ 
    134                                               static bool classof(const CLASS *) const { return true; }\ 
    135                                               static bool classof(const stmt* s) const { return s->kind() == CLASS##Kind; }\ 
     134                                              static bool classof(const CLASS *) { return true; }\ 
     135                                              static bool classof(const stmt* s) { return s->kind() == CLASS##Kind; }\ 
    136136                                              CLASS * retain() { stmt::retain(); return this; } 
    137137