Fix bad typedef

This commit is contained in:
Mael Rouxel-Labbé 2019-11-19 17:12:44 +01:00
parent 41bb11cdee
commit 16350e84a4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Box_with_info_d
protected:
Info_ m_info;
public:
typedef Box_d< NT_, N, ID_EXPLICIT> Base;
typedef Box_d< NT_, N, IdPolicy> Base;
typedef NT_ NT;
typedef Info_ Info;