MainSpaceParser class has been renamed to MainOptionsParser

This commit is contained in:
2021-05-18 23:57:58 +02:00
parent 96e60c526f
commit ad4e8078ae
5 changed files with 109 additions and 109 deletions

View File

@@ -35,14 +35,14 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef headerfile_picotools_tests_mainargsparser
#define headerfile_picotools_tests_mainargsparser
#ifndef headerfile_picotools_tests_mainoptionsparser
#define headerfile_picotools_tests_mainoptionsparser
namespace pt
{
namespace pt_mainargsparser_tests
namespace pt_mainoptions_tests
{