mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Removed template from basestreamstringifier as discussed in https://dev.vatsim-germany.org/boards/15/topics/497?r=503
This commit is contained in:
@@ -21,7 +21,7 @@ class CMatrix3x1; // forward declaration
|
||||
/*!
|
||||
* \brief 3D vector base (x, y, z)
|
||||
*/
|
||||
template <class ImplVector> class CVector3DBase : public CBaseStreamStringifier<ImplVector>
|
||||
template <class ImplVector> class CVector3DBase : public CBaseStreamStringifier
|
||||
{
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user