Skip to content
Snippets Groups Projects
Commit ae43aa25 authored by Tom Fischer's avatar Tom Fischer
Browse files

[A/FileIO/XmlIO/Qt] Add explicit to XmlPrjInterface.

parent 044f78a9
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ class XmlPrjInterface final : public BaseLib::IO::XMLInterface, ...@@ -33,7 +33,7 @@ class XmlPrjInterface final : public BaseLib::IO::XMLInterface,
public BaseLib::IO::XMLQtInterface public BaseLib::IO::XMLQtInterface
{ {
public: public:
XmlPrjInterface(DataHolderLib::Project& project); explicit XmlPrjInterface(DataHolderLib::Project& project);
~XmlPrjInterface() override = default; ~XmlPrjInterface() override = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment