From b8b6a8b0316668a8af08b651537747ede08e0c96 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 27 Oct 2010 15:56:58 -0200 Subject: Simplifies the generated code removing the use of std::auto_ptr. --- tests/libsample/echo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/libsample') diff --git a/tests/libsample/echo.h b/tests/libsample/echo.h index 3e607cdd5..40aed3047 100644 --- a/tests/libsample/echo.h +++ b/tests/libsample/echo.h @@ -33,6 +33,8 @@ public: Echo(){} ~Echo(){} + void doNothingWithConstBool(const bool hi) {} + // These method are here just for compilation test purposes Echo& operator<<(unsigned int item) { return *this; } Echo& operator<<(signed int item) { return *this; } -- cgit v1.2.3