summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 5a5298d..b3dff0b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -5,7 +5,7 @@ IMPLEMENT_APP(MyApp)
bool MyApp::OnInit()
{
- wxImageHandler * pngLoader = new wxPNGHandler();
+ wxImageHandler * pngLoader = new wxPNGHandler();
wxImage::AddHandler(pngLoader);
Dialog *d = new Dialog((wxWindow *)NULL);