diff --git a/docs/reference.md b/docs/reference.md index 5d9be679..7b421781 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -234,7 +234,7 @@ public: MAKE_MOCK1(func, int(int)); }; -trompeloeil::_; +using trompeloeil::_; TEST(atest) { @@ -661,7 +661,7 @@ public: MAKE_MOCK1(func, int(int)); }; -trompeloeil::_; +using trompeloeil::_; TEST(atest) {