gcc 2.95 and 3.0 requite handleTimer to be public
This commit is contained in:
parent
3459147f5f
commit
2be85c1b1b
1 changed files with 3 additions and 1 deletions
|
@ -35,13 +35,15 @@ private:
|
|||
void hashset(naRef hash, const char* key, naRef val);
|
||||
void logError();
|
||||
naRef parse(const char* filename, const char* buf, int len);
|
||||
void handleTimer(NasalTimer* t);
|
||||
|
||||
naContext _context;
|
||||
naRef _globals;
|
||||
naRef _timerHash;
|
||||
|
||||
int _nextTimerHashKey;
|
||||
|
||||
public:
|
||||
void handleTimer(NasalTimer* t);
|
||||
};
|
||||
|
||||
#endif // __NASALSYS_HXX
|
||||
|
|
Loading…
Add table
Reference in a new issue