compile errors r5933
Posted: Sat Nov 03, 2012 8:35 pm
I had a few errors stop the compile on r5933.
Fixed by adding include statements for wupdlock, textdlg and msgdlg.
Patch below
---EDIT---
will post to mailing list
Code: Select all
Plugin/VirtualDirectorySelectorDlg.cpp:91:5: error: ‘wxWindowUpdateLocker’ was not declared in this scope
Plugin/VirtualDirectorySelectorDlg.cpp:218:102: error: ‘wxGetTextFromUser’ was not declared in this scope
Plugin/VirtualDirectorySelectorDlg.cpp:225:82: error: ‘wxMessageBox’ was not declared in this scope
Plugin/VirtualDirectorySelectorDlg.cpp:232:124: error: ‘wxMessageBox’ was not declared in this scope
Patch below
---EDIT---
will post to mailing list