From 499f945e997aca1af732adb861addb2d7edc0ca5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 30 Aug 1999 22:37:41 +0000 Subject: [PATCH] removed html/version.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmltag.h | 4 +++- include/wx/html/version.h | 7 ------- include/wx/wxhtml.h | 1 - 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 include/wx/html/version.h diff --git a/include/wx/html/htmltag.h b/include/wx/html/htmltag.h index 2f6a443e58..750a2e8477 100644 --- a/include/wx/html/htmltag.h +++ b/include/wx/html/htmltag.h @@ -97,10 +97,12 @@ class WXDLLEXPORT wxHtmlTag : public wxObject //

GetParam("SRC") returns (WhaT.jpg) // (or ("WhaT.jpg") if with_commas == TRUE) - void ScanParam(const wxString& par, char *format, ...) const; + int ScanParam(const wxString& par, char *format, ...) const; // Scans param like scanf() functions family do. // Example : ScanParam("COLOR", "\"#%X\"", &clr); // This is always with with_commas=FALSE + // Returns number of scanned values + // (like sscanf() does) inline const wxString& GetAllParams() const {return m_Params;}; // Returns string containing all params. diff --git a/include/wx/html/version.h b/include/wx/html/version.h deleted file mode 100644 index 49ff8aeae8..0000000000 --- a/include/wx/html/version.h +++ /dev/null @@ -1,7 +0,0 @@ - -#define wxHTML_VERSION_MAJOR 0 -#define wxHTML_VERSION_MINOR 2 -#define wxHTML_VERSION_REL 3 - -#define wxHTML_VERSION (wxHTML_VERSION_MAJOR * 1000 + wxHTML_VERSION_MINOR * 100 + wxHTML_VERSION_REL) - diff --git a/include/wx/wxhtml.h b/include/wx/wxhtml.h index f8082a7aaa..718eb1f169 100644 --- a/include/wx/wxhtml.h +++ b/include/wx/wxhtml.h @@ -14,7 +14,6 @@ #endif -#include #include #include #include -- 2.45.2