1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2013-04-06 23:54:07 +08:00
parent e64a0cfab0
commit c609f5e8e8

View File

@ -26,8 +26,7 @@ public:
HTMLTextLine (const Param & param, AllStateManater & all_manager)
: param(param), all_manager(all_manager) { }
class State : public HTMLState {
public:
struct State : public HTMLState {
// before output
void begin(std::ostream & out, const State * prev_state);
// after output
@ -64,8 +63,7 @@ public:
};
class Offset {
public:
struct Offset {
Offset(size_t size_idx, double width)
:start_idx(size_idx),width(width)
{ }