Rename App to MinerApp.

This commit is contained in:
XMRig 2021-09-04 21:10:28 +07:00
parent 824ba24134
commit 3ab07fe8c1
No known key found for this signature in database
GPG key ID: 446A53638BE94409
4 changed files with 18 additions and 18 deletions

View file

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "App.h"
#include "MinerApp.h"
#include "base/kernel/Entry.h"
#include "base/kernel/Process.h"
#include "core/config/usage.h"
@ -46,7 +46,7 @@ int main(int argc, char **argv)
}
}
App app;
MinerApp app;
return app.exec();
}