From 015b41811a97944200026141f7ded6e23ed2235c Mon Sep 17 00:00:00 2001 From: alex <alex@c028cbd2-c16b-5b4b-a496-9718f37d4682> Date: Thu, 10 Nov 1994 11:01:47 +0000 Subject: [PATCH] Resa statica check_parameters in TApplication git-svn-id: svn://10.65.10.50/trunk@576 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba3400.cpp | 2 +- ba/ba4200.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ba/ba3400.cpp b/ba/ba3400.cpp index 16d50eb00..cd40fb904 100755 --- a/ba/ba3400.cpp +++ b/ba/ba3400.cpp @@ -79,7 +79,7 @@ bool TTest_application::menu(MENU_TAG) int ba3400(int argc, char* argv[]) { - check_parameters(argc, argv); + TApplication::check_parameters(argc, argv); if (argc < 3) { error_box("You should specify a mask"); diff --git a/ba/ba4200.cpp b/ba/ba4200.cpp index 4f6f72800..ef4f0d586 100755 --- a/ba/ba4200.cpp +++ b/ba/ba4200.cpp @@ -499,7 +499,7 @@ int ba4200(int argc, char* argv[]) { char ta = 'F'; - check_parameters(argc, argv); + TApplication::check_parameters(argc, argv); if (argc > 2 && toupper(*argv[2]) == 'G') ta = 'G'; BA4200_application a(ta);