Skip to content
Snippets Groups Projects
Commit 0d8b6485 authored by Daniel Wielanek's avatar Daniel Wielanek
Browse files

Properly marked unused parameters.

parent 33230314
No related branches found
No related tags found
No related merge requests found
Pipeline #13049 passed
......@@ -47,7 +47,8 @@ public:
* @param dir directory to extract the strucuture of object
* @param rel_dir relative path from this to dir
*/
virtual void HTMLExtractIntoTable(Int_t no, NicaHtmlTable& table, TString dir = "", TString rel_dir = "") const {};
virtual void
HTMLExtractIntoTable(Int_t /* no*/, NicaHtmlTable& /*table*/, TString /*dir*/ = "", TString /*rel_dir */ = "") const {};
/**
* add object of the same class to this
* @param pack added object
......
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