You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/inc/Proxy.hpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ namespace proxy_test
15
15
* @return The result of the function call as a std::any object. If the method does not exist or the signature does not match, returns an empty std::any object.
* @return The result of the function call as a std::any object. If the method does not exist or the signature does not match, returns an empty std::any object.
0 commit comments