Changeset 116 in dev for BasicCompiler_Common/Procedure.h


Ignore:
Timestamp:
May 12, 2007, 4:34:39 PM (17 years ago)
Author:
dai_9181
Message:

暗黙的なアップキャストを可能にした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Procedure.h

    r114 r116  
    161161        this->pParentClass = pParentClass;
    162162    }
    163     const CClass *GetParentClassPtr()
     163    const CClass *GetParentClassPtr() const
    164164    {
    165165        return pParentClass;
     
    274274    bool AddGlobalProc( const NamespaceScopes &namespaceScopes, char *buffer,int nowLine );
    275275*/
    276     virtual const NamespaceScopes &GetNamespaceScopes() const
    277     {
    278         return namespaceScopes;
    279     }
     276    virtual const NamespaceScopes &GetNamespaceScopes() const;
    280277    virtual const NamespaceScopesCollection &GetImportedNamespaces() const
    281278    {
Note: See TracChangeset for help on using the changeset viewer.