File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class DLL_API Bar : public Qux
63
63
};
64
64
Bar ();
65
65
Bar (Qux qux);
66
- Bar (Items item);
66
+ Bar (Items item);
67
67
int method ();
68
68
const Foo& operator [](int i) const ;
69
69
Foo& operator [](int i);
@@ -365,7 +365,7 @@ class DLL_API MethodsWithDefaultValues : public Quux
365
365
// in this case the arg is a MaterializeTemporaryExpr, in the other not
366
366
// I cannot see the difference but it's there so we need both tests
367
367
void defaultImplicitCtorEnum (Baz arg = Bar::Item1);
368
- void defaultImplicitCtorEnumTwo (Bar arg = Bar::Items::Item1);
368
+ void defaultImplicitCtorEnumTwo (Bar arg = Bar::Items::Item1);
369
369
void defaultIntWithLongExpression (unsigned int i = DEFAULT_INT);
370
370
void defaultRefTypeEnumImplicitCtor (const QColor &fillColor = Qt::white);
371
371
void rotate4x4Matrix (float angle, float x, float y, float z = 0 .0f );
You can’t perform that action at this time.
0 commit comments