Fixed a lot of warnings and errors.
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user