Type corrections for FrameLib_Typelist etc.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "FrameLib_TypeList.h"
|
||||
|
||||
using FrameLib_DSPList = FrameLib_Typelist<
|
||||
using FrameLib_DSPList = detail::FrameLib_Typelist<
|
||||
|
||||
FrameLib_Expand<FrameLib_LessThan>,
|
||||
FrameLib_Expand<FrameLib_Atan2>,
|
||||
|
||||
@@ -9,7 +9,7 @@ root = cd_up(get_path(), 1)
|
||||
op = open(os.path.join(root, "Max_Object_List.h"), "w+")
|
||||
op.write('#include "FrameLib_TypeList.h"')
|
||||
op.write("\n \n")
|
||||
op.write("using FrameLib_DSPList = FrameLib_Typelist<")
|
||||
op.write("using FrameLib_DSPList = detail::FrameLib_Typelist<")
|
||||
op.write("\n \n")
|
||||
|
||||
## Directory formation
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace detail
|
||||
};
|
||||
}
|
||||
|
||||
using FrameLib_DSPList = detail::Typelist<
|
||||
using FrameLib_ObjectList = detail::FrameLib_Typelist<
|
||||
|
||||
// Filters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user