mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
dropped "c" prefix from class names
This commit is contained in:
@@ -23,12 +23,12 @@ main(int argc, char** argv)
|
||||
{
|
||||
#if SYSAPI_WIN32
|
||||
// record window instance for tray icon, etc
|
||||
CArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));
|
||||
ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));
|
||||
#endif
|
||||
|
||||
CArch arch;
|
||||
Arch arch;
|
||||
arch.init();
|
||||
|
||||
CToolApp app;
|
||||
ToolApp app;
|
||||
return app.run(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user