mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 07:02:15 +00:00
Separate actions and state.
[SVN r59563]
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
#include "phrase.hpp"
|
||||
#include "gen_types.hpp"
|
||||
#include "actions_class.hpp"
|
||||
#include "actions.hpp"
|
||||
#include "state.hpp"
|
||||
#include "utils.hpp"
|
||||
|
||||
namespace quickbook
|
||||
@@ -41,7 +42,7 @@ namespace quickbook
|
||||
<< "Duplicate image attribute: "
|
||||
<< begin->first
|
||||
<< std::endl;
|
||||
++actions.error_count;
|
||||
++actions.state_.error_count;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user