Skip to content

Commit 45d520a

Browse files
committed
remove unnecessary, deprecated static
1 parent 2c8dfde commit 45d520a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/openmethods.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ struct Method(alias module_, string name, int index)
561561

562562
mixin(
563563
"alias Spec = ",
564-
Editor.withUdas([]).withName("function").mixture);
564+
Editor.withStatic(false).withUdas([]).withName("function").mixture);
565565

566566
// dispatcher
567567
enum Dispatcher =

0 commit comments

Comments
 (0)