aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh6
1 files changed, 3 insertions, 3 deletions
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<DilloLinkImage*> *images;
dw::ImageMapsList maps;
- int32_t link_color;
- int32_t visited_color;
-
private:
void freeParseData();
void initDw(); /* Used by the constructor */