1
0
Fork 0

gcc 2.95 and 3.0 requite handleTimer to be public

This commit is contained in:
ehofman 2003-11-27 14:34:37 +00:00
parent 3459147f5f
commit 2be85c1b1b

View file

@ -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