- while (node){
- wxFileSystemHandler *h = (wxFileSystemHandler*) node -> GetData();
- if (h -> CanOpen(location)) {
- s = h -> OpenFile(*this, location);
- if (s) {m_LastName = location; break; }
+ while (node)
+ {
+ wxFileSystemHandler *h = (wxFileSystemHandler*) node->GetData();
+ if (h->CanOpen(location))
+ {
+ s = h->OpenFile(*this, location);
+ if (s) { m_LastName = location; break; }