mirror of
https://git.themanaworld.org/mana/verse
synced 2026-08-16 04:23:07 -04:00
Fix new style issue detected by mplint.
new class() -> new class
This commit is contained in:
parent
bfc5d7483c
commit
4df1e68047
27 changed files with 59 additions and 59 deletions
|
|
@ -167,7 +167,7 @@ GraphicsManager::~GraphicsManager()
|
|||
#ifdef USE_OPENGL
|
||||
TestMain *GraphicsManager::startDetection()
|
||||
{
|
||||
TestMain *const test = new TestMain();
|
||||
TestMain *const test = new TestMain;
|
||||
test->exec(false);
|
||||
return test;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue