mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 21:56:13 +08:00
dropped "c" prefix from class names
This commit is contained in:
@@ -39,13 +39,13 @@ 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();
|
||||
|
||||
CLog log;
|
||||
Log log;
|
||||
log.setFilter(kDEBUG2);
|
||||
|
||||
string lockFile;
|
||||
|
||||
Reference in New Issue
Block a user