diff --git a/include/wx/strvararg.h b/include/wx/strvararg.h index 0abf59b1b3..a565079771 100644 --- a/include/wx/strvararg.h +++ b/include/wx/strvararg.h @@ -295,7 +295,7 @@ struct wxFormatStringArgumentFinder : public wxFormatStringArgumentFinder { #ifdef wxNO_IMPLICIT_WXSTRING_ENCODING private: - wxFormatStringArgumentFinder(); // Disabled + wxFormatStringArgumentFinder(); // Disabled #endif // wxNO_IMPLICIT_WXSTRING_ENCODING }; @@ -308,7 +308,7 @@ struct wxFormatStringArgumentFinder : public wxFormatStringArgumentFinder { #ifdef wxNO_IMPLICIT_WXSTRING_ENCODING private: - wxFormatStringArgumentFinder(); // Disabled + wxFormatStringArgumentFinder(); // Disabled #endif // wxNO_IMPLICIT_WXSTRING_ENCODING }; @@ -409,7 +409,7 @@ struct wxFormatStringSpecifier template<> struct wxFormatStringSpecifier \ { \ private: \ - wxFormatStringSpecifier(); /* Disabled */ \ + wxFormatStringSpecifier(); /* Disabled */ \ }; wxFORMAT_STRING_SPECIFIER(bool, wxFormatString::Arg_Int) @@ -689,42 +689,37 @@ struct wxArgNormalizerWchar template<> struct wxArgNormalizer { private: - wxArgNormalizer(const char*, const wxFormatString *, - unsigned); + wxArgNormalizer(const char*, const wxFormatString *, unsigned); const char *get() const; }; template<> struct wxArgNormalizer { private: - wxArgNormalizer(const char*, const wxFormatString *, unsigned); + wxArgNormalizer(const char*, const wxFormatString *, unsigned); char *get() const; }; template<> struct wxArgNormalizer { private: - wxArgNormalizer(const std::string&, - const wxFormatString *, unsigned); + wxArgNormalizer(const std::string&, const wxFormatString *, unsigned); std::string get() const; }; template<> struct wxArgNormalizer { private: - wxArgNormalizer(std::string&, - const wxFormatString *, unsigned); + wxArgNormalizer(std::string&, const wxFormatString *, unsigned); std::string get() const; }; template<> struct wxArgNormalizer { private: - wxArgNormalizer(wxCharBuffer&, - const wxFormatString *, unsigned); + wxArgNormalizer(wxCharBuffer&, const wxFormatString *, unsigned); std::string get() const; }; template<> struct wxArgNormalizer { private: - wxArgNormalizer(wxScopedCharBuffer&, - const wxFormatString *, unsigned); + wxArgNormalizer(wxScopedCharBuffer&, const wxFormatString *, unsigned); std::string get() const; }; #endif // wxNO_IMPLICIT_WXSTRING_ENCODING