Make superclass accessable
This commit is contained in:
parent
2bb0009861
commit
bd04285d48
@ -4,7 +4,7 @@
|
||||
#include "Range.h"
|
||||
|
||||
// A fixed point 16-bit signed angle between (-180..180]
|
||||
class DiscreteAngle16 : Range16 {
|
||||
class DiscreteAngle16 : public Range16 {
|
||||
public:
|
||||
DiscreteAngle16(float angle);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user