corrected bug on PointBase class (thanks Oscar Barney)
This commit is contained in:
parent
889b2ddaa3
commit
b2960231ca
|
@ -969,7 +969,7 @@ template<unsigned int N,typename S>
|
|||
struct PointBase : Point<N,S>
|
||||
{
|
||||
PointBase()
|
||||
:Point<D,S>()
|
||||
:Point<N,S>()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue