Fix various typos and style in wxWebRequest documentation
This commit is contained in:
committed by
Tobias Taschner
parent
1090e8f6e9
commit
bd73551f1f
@@ -138,7 +138,7 @@ class WebRequestApp : public wxApp
|
||||
public:
|
||||
virtual bool OnInit() wxOVERRIDE
|
||||
{
|
||||
if (!wxApp::OnInit())
|
||||
if ( !wxApp::OnInit() )
|
||||
return false;
|
||||
|
||||
// create the main application window
|
||||
|
Reference in New Issue
Block a user