diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-02 21:57:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-02 21:57:22 +0200 |
| commit | 4cbe0bc744a18f385f85eee2c2e3dbb30b9358df (patch) | |
| tree | fb20ddfe2cedbc6ffd712f5d2c4757e046ffd943 /src | |
| parent | 3ae8805d65455b093bd698961b89add55055e138 (diff) | |
Cleanup: missing explicit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ class Document : public Node { public: Document (); - Document (std::string root_name); + explicit Document(std::string root_name); Document (std::string root_name, boost::filesystem::path); Document (Document const&) = delete; |
