Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #963 from rohitnirmal/null-to-nullptr
Change NULL to nullptr.
  • Loading branch information
lioncash committed Sep 4, 2014
2 parents 4fcb633 + 732bb7b commit a016d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/MainNoGUI.cpp
Expand Up @@ -141,7 +141,7 @@ class PlatformX11 : public Platform
void Init() override
{
XInitThreads();
dpy = XOpenDisplay(NULL);
dpy = XOpenDisplay(nullptr);

win = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowXPos,
Expand Down

0 comments on commit a016d45

Please sign in to comment.