From 69bcd6963fabfd547495c186e3ea570d2f33cbed Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 3 Feb 2009 09:17:57 -0300 Subject: Minor cleanups --- src/html_common.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/html_common.hh') diff --git a/src/html_common.hh b/src/html_common.hh index 143b9458..de87ec80 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -204,6 +204,9 @@ public: //BUG: for now everything is public Dstr *attr_data; /* Buffer for attribute value */ + int32_t link_color; + int32_t visited_color; + /* -------------------------------------------------------------------*/ /* Variables required after parsing (for page functionality) */ /* -------------------------------------------------------------------*/ @@ -213,9 +216,6 @@ public: //BUG: for now everything is public lout::misc::SimpleVector *images; dw::ImageMapsList maps; - int32_t link_color; - int32_t visited_color; - private: void freeParseData(); void initDw(); /* Used by the constructor */ -- cgit v1.2.3