Skip to content

Commit

Permalink
Fix namespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
nunom27 authored and jacob1 committed Apr 21, 2019
1 parent e1b3ddc commit 81380ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowderToySDL.cpp
Expand Up @@ -849,7 +849,7 @@ int main(int argc, char * argv[])

#if !defined(DEBUG) && !defined(_DEBUG)
}
catch(exception& e)
catch(std::exception& e)
{
BlueScreen(ByteString(e.what()).FromUtf8());
}
Expand Down

0 comments on commit 81380ac

Please sign in to comment.