File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ struct mir_rcptr(T)
122122
123123 static if (! is (T == interface ) && ! __traits(isAbstractClass, T))
124124 {
125- package this (Args... )(auto ref Args args)
125+ package (mir) this (Args... )(auto ref Args args)
126126 {
127127 () @trusted {
128128 _context = mir_rc_create(mir_get_type_info! T, 1 , mir_get_payload_ptr! T);
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ struct mir_slim_rcptr(T)
118118
119119 static if (! is (T == interface ) && ! __traits(isAbstractClass, T))
120120 {
121- package this (Args... )(auto ref Args args)
121+ package (mir) this (Args... )(auto ref Args args)
122122 {
123123 () @trusted {
124124 auto context = mir_rc_create(mir_get_type_info! T, 1 , mir_get_payload_ptr! T);
You can’t perform that action at this time.
0 commit comments