Changeset 131 in dev for BasicCompiler_Common/common.h


Ignore:
Timestamp:
Jun 4, 2007, 7:49:17 AM (17 years ago)
Author:
dai_9181
Message:

Prototypeクラスを用意した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/common.h

    r130 r131  
    472472    CLoopRefCheck();
    473473    ~CLoopRefCheck();
    474     void add(char *lpszInheritsClass);
    475     void del(char *lpszInheritsClass);
     474    void add(const char *lpszInheritsClass);
     475    void del(const char *lpszInheritsClass);
    476476    BOOL check(const CClass &inheritsClass) const;
    477477};
Note: See TracChangeset for help on using the changeset viewer.