diff options
author | corvid <corvid@lavabit.com> | 2009-11-16 04:08:27 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-11-16 04:08:27 +0000 |
commit | 27c5e68d73ba6ad4c65b21865fb1a5f6734a1a6c (patch) | |
tree | 403e7e197f4e8b30bcc34c13e39928ffc92fe3ba /src/html_common.hh | |
parent | 016e87f8eae5b1358153504d09b99e38e5a8ef99 (diff) |
DilloLinkImage -> DilloHtmlImage
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 933274fe..3cca82de 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -38,7 +38,7 @@ * Typedefs */ -typedef struct _DilloLinkImage DilloLinkImage; +typedef struct _DilloHtmlImage DilloHtmlImage; typedef struct _DilloHtmlState DilloHtmlState; typedef enum { @@ -88,7 +88,7 @@ typedef enum { * Data Structures */ -struct _DilloLinkImage { +struct _DilloHtmlImage { DilloUrl *url; DilloImage *image; }; @@ -188,7 +188,7 @@ public: //BUG: for now everything is public lout::misc::SimpleVector<DilloHtmlForm*> *forms; lout::misc::SimpleVector<DilloHtmlInput*> *inputs_outside_form; lout::misc::SimpleVector<DilloUrl*> *links; - lout::misc::SimpleVector<DilloLinkImage*> *images; + lout::misc::SimpleVector<DilloHtmlImage*> *images; dw::ImageMapsList maps; private: |