Skip to content
Snippets Groups Projects
Commit 5a4c46ac authored by Andreas Schenk's avatar Andreas Schenk
Browse files

fixed image state ctor adapter template for 10 template parameters

parent daa08742
Branches
Tags
No related merge requests found
......@@ -197,8 +197,8 @@ public:
const P6& p6, \
const P7& p7, \
const P8& p8, \
const P8& p9, \
const P9& pa): \
const P9& p9, \
const PA& pa): \
FNC(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pa) {} \
/* 12 params */ \
template <class P0, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment