Rename App to MinerApp.
This commit is contained in:
parent
824ba24134
commit
3ab07fe8c1
4 changed files with 18 additions and 18 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue