Fixed a lot of warnings and errors.

This commit is contained in:
jetsoni
2003-10-20 22:46:40 +00:00
parent c8a98c8264
commit c6677f2205
53 changed files with 191 additions and 173 deletions

View File

@@ -28,7 +28,7 @@
#include <handler.h>
class BPLooper : public BLooper, public virtual BPHandler
class BPLooper : public BLooper, public BPHandler
{
public:
BPLooper(TPasObject PasObject, const char *name = NULL,
@@ -43,4 +43,4 @@ class BPLooper : public BLooper, public virtual BPHandler
private:
};
#endif /* _LOOPER_H_ */
#endif /* _LOOPER_H_ */