Various Cleanups (framework/)

This commit is contained in:
Schmoozerd 2012-07-19 21:54:46 +02:00
parent 8951eed780
commit 9753625fd1
23 changed files with 239 additions and 224 deletions

View file

@ -21,7 +21,7 @@
namespace MaNGOS
{
extern "C" void external_wrapper(void *p)
extern "C" void external_wrapper(void* p)
{
std::atexit((void (*)())p);
}